Faraonekkk
New Member
- Joined
- Feb 15, 2010
- Messages
- 686
- Reaction score
- 4
Helloo,
I got this:
$query = mysql_query("SELECT id, owner FROM houses WHERE id = 2");
$id1 = $get1['id'];
i have added
$owner1 = mysql_query("SELECT name FROM players WHERE id = '$id1'");
and i have "Resource id #15"
Its showing house owner id "2" and i wanna to show the name of this owner id
help ;p
thanks
I got this:
$query = mysql_query("SELECT id, owner FROM houses WHERE id = 2");
$id1 = $get1['id'];
i have added
$owner1 = mysql_query("SELECT name FROM players WHERE id = '$id1'");
and i have "Resource id #15"
Its showing house owner id "2" and i wanna to show the name of this owner id
help ;p
thanks
Last edited: