This seems simple, but for some reason I can't find what I'm looking
for in books or the archive. Might just be looking for the wrong
words.
I just want to open another page, sending some parameters, at a point
in a script - without the user clicking on anything (I can do this in
a form - I want to do it WITHOUT the form).
Like: if($test) {
GO_TO_PAGE (http://www.site.dom/page.php?id=838383);
}
Except with code that actually works, of course.
I tried "header (Location:...)" but got an error message that I can't
add to the headers.
What have I missed?
Thanks,
Nelson
--
--
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]