Newbie question here:
I'm trying to get PHP to make an HTML link appear on my "data submitted confirmation" page.
Here is a snippet of the code I am using:
$result = mysql_query($sql);
print mysql_error();
echo $sql;
echo "Thank you! Information entered.\n";
echo "TEST\n";
All I want to do is add a "back" link after the thank you message, but every time I try it, I get PHP errors.
I just don't know what the syntax is...
🙁
Any ideas?
Thanks a ton,
-s