|
">Oh, so if it finds it or not, it automatically returns the value? Let me try to explain again. The function strpos() returns two types" in Developing server-side applications in Dreamweaver • 12 replies |
5 hours ago |
|
">but i was returning values "true" or "false", right? No. strpos() returns the position of the string if found, and FALSE if not found." in Developing server-side applications in Dreamweaver • 12 replies |
5 hours ago |
|
"No, nothing in DW to handle this. It's easy to fix by adding another loop. Or, look into using the horizontal looper extension." in Developing server-side applications in Dreamweaver • 1 replies |
6 hours ago |
|
">I understand that it starts at 0. it should still work. No, it will not work. >$test = findUserID($pendingFriends, "25"); If th" in Developing server-side applications in Dreamweaver • 12 replies |
6 hours ago |
|
"Because string positions start at 0, not 1. Read the warning and solutions here: http://www.php.net/manual/en/function.strpos.php" in Developing server-side applications in Dreamweaver • 12 replies |
7 hours ago |
|
"Please show us the code from a sample parent page and an included page." in Developing server-side applications in Dreamweaver • 1 replies |
7 hours ago |
|
">we'll be asking visitors what zip code they came from So they are just entering zip code, and not city/state, right? You then look up th" in Developing server-side applications in Dreamweaver • 3 replies |
7 hours ago |
|
"A few problems: SELECT username FROM users WHERE $username = $_SESSIONS['username']; First, username is the name of the column, not" in Developing server-side applications in Dreamweaver • 4 replies |
1 day ago |
|
">$query = "SELECT zipcodes.citystate FROM zipcodes WHERE >document.form1.zip.value = zipcodes.zipcode"; I'm really not well versed in P" in Developing server-side applications in Dreamweaver • 3 replies |
1 day ago |
|
"Use stripslashes()" in Developing server-side applications in Dreamweaver • 6 replies |
1 day ago |
|
"You just need to use parenthesis to control the order of operations. SELECT * FROM member WHERE member_pub = 1 AND (lastName like %coln" in Developing server-side applications in Dreamweaver • 3 replies |
3 days ago |
|
"Paste the source code from the browser into this thread." in Developing server-side applications in Dreamweaver • 3 replies |
3 days ago |
|
">Not only is this an extremely rude thing It used to be considered bad behavior. Now that users can elect to open new windows in tabs, it" in Dreamweaver • 10 replies |
1 week ago |