View Single Post
Old 05-08-2008, 07:07 PM   #2 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

SQL is very simple if you look at it. You just need to get familiar with the basic commands. Your query might look like so:

Code:
SELECT * FROM profiles WHERE id=1
Of course, you would have to properly check the id before passing it to the database, but (hopefully), you now know what to do :)
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote