[HELP]PHP MySQL
Posted: Wed Sep 22, 2010 4:15 pm
Hello ! I need to do the fallowing thing with PHP MySQL:
The script should use two tables - account and characters
First it should - SELECT `id` FROM `accounts` WHERE `username`='$username';
And then it should use that returned id to get name from characters Database with that id
Please help, cant get this work ;(
The script should use two tables - account and characters
First it should - SELECT `id` FROM `accounts` WHERE `username`='$username';
And then it should use that returned id to get name from characters Database with that id
Please help, cant get this work ;(