Search found 3 matches
- Tue Jun 20, 2006 12:39 pm
- Forum: PHP - Code
- Topic: Hey I get this error....
- Replies: 6
- Views: 431
- Tue Jun 20, 2006 12:13 pm
- Forum: PHP - Code
- Topic: Hey I get this error....
- Replies: 6
- Views: 431
thx guys worked it was a missing } lol stupid things lol jk jk
if i did this
instead of this ...
does it matter?
if i did this
Code: Select all
AND `username` NOT LIKE 'b%'Code: Select all
AND `username` NOT LIKE CONVERT( _utf8 'b%' USING latin1 ) COLLATE latin1_swedish_cidoes it matter?
- Tue Jun 20, 2006 12:01 pm
- Forum: PHP - Code
- Topic: Hey I get this error....
- Replies: 6
- Views: 431
Hey I get this error....
Hey I get this error: Parse error: syntax error, unexpected $end in /home/unreal/public_html/fansite/member_list.php on line 111 When using this code: $mail2 = mysql_query("SELECT * FROM `members` WHERE `username` NOT LIKE CONVERT( _utf8 'a%' USING latin1 ) COLLATE latin1_swedish_ci AND `userna...