on Wed, Jun 4, 2003, Daniel J. Rychlik wrote:
>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
>
>functi
lt;[EMAIL PROTECTED]>
Sent: Wednesday, June 04, 2003 3:26 PM
Subject: RE: [PHP] Calling HTML pages
> just remember you can't have any other output before the header() function
> is used...
>
> -Original Message-
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
>
On Wed, 2003-06-04 at 13:15, Daniel J. Rychlik wrote:
> 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 funct
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]
[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
5 matches
Mail list logo