I have built myself a little database to hold info for me but would like to add an active url to the output ...
I have it like this:
Code:
<td><center><a href="$reboot"></a></td>
$reboot being the url pulled from the database, I think its the " that is causing the probs as i get this error on the page once i insert the above code:
Code:
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /home/seedfoxu/public_html/admin/index.php on line 35
Any ideas of help is welcomed
Thanks
Mark