Skip navigation

Login or Register to find out more about bregent
bregent has no profile image available
Status Level:
Community Member

Recent Activity

bregent replied to finding number in a string

">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
bregent replied to finding number in a string

">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
bregent replied to Dynamic results - 2 column table?

"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
bregent replied to finding number in a string

">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
bregent replied to finding number in a string

"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
bregent replied to Design view no longer displaying included files properly or at all

"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
bregent replied to MySQL Lookup problem

">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
bregent replied to personalized welcome message

"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
bregent replied to MySQL Lookup problem

">$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
bregent replied to removing slashes

"Use stripslashes()"

in Developing server-side applications in Dreamweaver 6 replies
1 day ago
bregent replied to Trouble with search form recordset WHERE...AND clause

"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
bregent replied to Images are not displaying(PHP MySQL)

"Paste the source code from the browser into this thread."

in Developing server-side applications in Dreamweaver 3 replies
3 days ago
bregent replied to Autosize browser window

">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