I'm new to PHP, so this could be a stupid question..
But why won't this work?
(Some.html)
<a href="/error.php?e=error1">error</a>
(error.php)
<?
print("error code ".$e);
?>
Yields this on browser (IE5)
error code
From the documentation it looks like I should...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.