05-08-2008, 09:53 PM
|
#3 (permalink)
|
|
The Contributor
Join Date: Apr 2008
Location: Nevada, USA
Posts: 52
Thanks: 10
|
This is what I have already. Is there no reason why this shouldn't work?
"SELECT * FROM `user` WHERE id='$id'"
Where $id would be the ID number from $_GET.
EDIT: Aha... I needed to use mysql_fetch_array.
Last edited by h0ly lag : 05-09-2008 at 03:03 AM.
|
|
|