I have several scripts that when you complete a form it executes a PHP
script.

At the end of each script I have a simple statement saying it's done and
then a place to hyperlink back to a given page:

PRINT "Process complete. <a href=\"index.html\">Click here</a> to continue";

But what I really wanna do is just have the script code execute and when its
all done - just take the user automatically to "index.html" or some other
page.

I know there's a command but cant seem to find it.  Thought it might be
"include()" but couldn't figure out my syntax

Ideas?

THANKS!!! :-)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to