Hi,
In latest version of PHP Function mysqldbquery() is deprecated. What could be the solution?
Thanks
replace it with:
$result=mysql_query($sql);
Post Answer
Preview:
Ads