Search found 3 matches

by sc4ba
Tue Jun 20, 2006 12:39 pm
Forum: PHP - Code
Topic: Hey I get this error....
Replies: 6
Views: 431

how does that work?
by sc4ba
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

Code: Select all

AND `username` NOT LIKE 'b%'
instead of this ...

Code: Select all

AND `username` NOT LIKE CONVERT( _utf8 'b%' USING latin1 ) COLLATE latin1_swedish_ci

does it matter?
by sc4ba
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...