Re: [PHP] Calling HTML pages

2003-06-05 Thread Ian Mantripp
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

Re: [PHP] Calling HTML pages

2003-06-05 Thread Daniel J. Rychlik
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] >

Re: [PHP] Calling HTML pages

2003-06-05 Thread Lars Torben Wilson
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

RE: [PHP] Calling HTML pages

2003-06-05 Thread Edward Peloke
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]

RE: [PHP] Calling HTML pages

2003-06-05 Thread Jay Blanchard
[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