Search results

  1. T

    Help with php myslq. if no result dont return any error.?

    Hey i have a script like this. $date=mysql_query("select * from table where date1 <= $tag and date2 >=$tag" ); but it gives an error while i use sum values other thqan number for $tag. Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\pagese.php on...
Back
Top