05-08-2008, 07:07 PM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
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.
|
|
|
|