just remember you can't have any other output before the header() function
is used...

-----Original Message-----
From: Jay Blanchard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 4:19 PM
To: Daniel J. Rychlik; [EMAIL PROTECTED]
Subject: RE: [PHP] Calling HTML pages


[snip]

I was looking for a function that will take you to a html page.  For
instance.

I have a function that checks for !empty values in $_POST;  What I would
like to do is if the field is empty then

go back to the form.  I have a function

function display_error ($err) {

    echo $err;  # I need to redirect or automatically go to the previous
page.

}

Is their a PHP function already written that does this ?
[/snip]


header() is the function you're looking for.

HTH!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to