Posted by Domestos on 06/20/05 23:57
Hi all,
Using PHP to retrieve data out of a PHP table called Users
There are 10 fields in the table, but I just want the first three called
user_name
user_pass
user-email
user_name is the primary key...
now - how do i get just these three fields and stick them into php
variables...
I can connect to the database and everything - I just need the Select
Statement and the way to get the query result into PHP variables...
TIA
Andy Mak
[Back to original message]
|