Search found 1 match

by Wingtsun247
Wed Sep 22, 2010 4:15 pm
Forum: PHP - Code
Topic: [HELP]PHP MySQL
Replies: 1
Views: 288

[HELP]PHP MySQL

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 g...