Hi all,

I have a beginner's question.

I'm trying to redirect the program flow to another .htm page using $http_headers_out{Location} but I also want to pass a message ($msg) to the new page using POST method.

[-
$msg = "Error saving data #53: really really long explanation....";
$http_headers_out{Location}="acc_admin.htm";
exit;
-]

What's the best way to do that?

Thanks very much.

.......Hoenie Luk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to