Hi,
I have a working tagboard script but I'd like the user to be able to either click a link to go back or the page automatically goes back to the tagboard when there is an error.Here is where I need help:
if ($url == "" || $url == "http://" || $sitename == "sitename" || $sitename == ""){die("<font face=$font><center>Error: You missed something</center>");}
How can I input a go back link or such?