I have just moved from windows 5.2.0 to Linux 5.5.34 and have countered this error message within my code. It states that the error is on "line 24"
Here is a screenshot to my code...
I have just moved from windows 5.2.0 to Linux 5.5.34 and have countered this error message within my code. It states that the error is on "line 24"
Here is a screenshot to my code...
paste following code on line 24 to know what is the error in your query use mysql_error() function, use mysqli or pdo
$qsearch = mysql_query("select * from jobs WHERE $sql_query ORDER BY date desc") or die("Error<br/><br/>".mysql_error());