Hi All
Im running an sql query,
$results1 = mysql_query($query1) or die()
I want to be able to add a href into the the die function. something like this.
or die("<h3>Problem with mysql query 1 please
<a href="mailto:webmaster">email </a> Webmaster</h3><br>" . mysql_error());
I have a parse error and im not sure how to solve the problem, can anyone shed some light ?
Many Thanks
lozza1978