RE: [PHP] Branching to a page

2003-09-15 Thread chris . neale
I don't understand what this achieves? Tell me more... C -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED] Sent: 15 September 2003 03:30 To: [EMAIL PROTECTED] Subject: [PHP] Branching to a page Back in the earlier days of PHP, pages were not cached so I developed a method of

Re: [PHP] Branching to a page

2001-12-13 Thread Jason G.
Just send a redirect header. header("Location: nextpage.php"); exit; -Jason Garber IonZoft.com At 08:45 AM 12/11/2001 -0800, Todd Cary wrote: >I open a socket if I am in the middle of a php script to branch to a >page so that I can send the header information. However, I understand >that this