Results 1 to 6 of 6

Thread: Redirecting but also... -[RESOLVED]-

Threaded View

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Resolved Redirecting but also... -[RESOLVED]-

    I have a script which a form submits to then that script checks the contents and does the neccasary actions. But if the form wasn't fully complete or there was a problem i'm using
    PHP Code:
    header("Location: /book1.php"); 
    to send the user back to the form. The problem is I also want to send a chunk of text with it (via POST method) is there anything I can set in the headers that will allow me to do that?

    If i can't then I guess I'll have to limit he amount of messages possible and have some kind of code just sending a number related to what message to display .
    Last edited by Electroman; Nov 18th, 2004 at 05:30 PM.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width