Hi there,
I have to pass two variables between pages. I am using the command:
<A HREF="map.php?&FromPoint=$FromPoint&ToPoint=$ToPoint">
And this is working fine, but when I try and return to the previous page using the same type of HREF I recieve this error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
And then nothing!
Does anybody know why this keeps happening?
Cheers
James