Jump to content

mysql_query(): supplied argument is not a valid MySQL-Link


murdocsvan

Recommended Posts

$id = $_GET['id'];

$query = "SELECT * FROM $tbl_name WHERE site_id='$id'";

 

Think there might be something wrong with my SQL statement as i get the following error:

 

Warning: mysql_query(): supplied argument is not a valid MySQL-Link

 

Any ideas?

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.