Hello,
Could someone tell me why
... produces this :
The query works via command line but not within PHP!
What's the catch?
Thanks!![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Could someone tell me why
Code:
$sql_query = "
show tables like 'mod_rates_%'
";
$query_result = mysql_query($sql_query, $_db_connect) or die ($sql_query);
... produces this :
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource ...
The query works via command line but not within PHP!
What's the catch?
Thanks!