BlueyBlue
06-05-2005, 01:41 AM
Hi :)
I am trying to creat additional features for AlphaOrder and am a little stuck.
The mysql db is queried and gets all the data for the user, but how do i call for vairables..
Ie,
fname = john
lname = smith
(that was in the db)
Now the script wont call those values, any idea what to do?
$query="SELECT * FROM clients WHERE username='$username' AND password='$password' ";
Thats how i call the all the data on a user.
Anyone with an idea?
I am trying to creat additional features for AlphaOrder and am a little stuck.
The mysql db is queried and gets all the data for the user, but how do i call for vairables..
Ie,
fname = john
lname = smith
(that was in the db)
Now the script wont call those values, any idea what to do?
$query="SELECT * FROM clients WHERE username='$username' AND password='$password' ";
Thats how i call the all the data on a user.
Anyone with an idea?
