Jump to content

[SOLVED] Quick Question


Ell20

Recommended Posts

Hi,

 

I have a query

 

$query = "SELECT * FROM dom_london WHERE player_id = '$id'";
$result = mysql_query($query);
$rows = mysql_num_rows($result);

 

Which basically counts the number of rows.

 

How would I go about adding an extra table to this query and counting the rows WHERE player_id = '$id'??

 

Thanks for your help

Link to comment
https://forums.phpfreaks.com/topic/117496-solved-quick-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.