[PHP] Opening another page in code

2001-07-25 Thread Nelson Goforth
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

Re: [PHP] Opening another page in code

2001-07-25 Thread Gunther E. Biernat
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

Re: [PHP] Opening another page in code (PROPOSED FAQ)

2001-07-25 Thread Brian White
I have seen this question alot recently. Maybe it is time for an FAQ. Maybe somebody else would like to have an attempt at wording this better: Q: (7.15?) I want to use the header function to do something like a redirect, but I keep getting messages about the headers having already

Re: [PHP] Opening another page in code (PROPOSED FAQ)

2001-07-25 Thread Nelson Goforth
Brian, Bill and Gunther - Thank you, and others, for answers to this question. I think the FAQ entry is a good idea, perhaps with a special note to Perl programmers. I'm used to something like: print Location:www.site.com; in Perl, which doesn't seem too strict about other data coming