View Single Post
Old 10-06-2007, 01:03 PM   #19 (permalink)
Haris
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Thanks for the help!

It worked.

Edit:

Getting unexpected % error:

PHP Code:
            $szSQL sprintf("SELECT user,id,rank FROM users WHERE user LIKE '%s' ORDER BY id", %$szUsername%); 
Haris is offline  
Reply With Quote