Re: [PHP] relocation

2002-08-13 Thread Justin French
header(Location: index.php?var1=var2=); make sure you send this before outputting anything to the browser. Justin French on 14/08/02 1:49 AM, Christian Ista ([EMAIL PROTECTED]) wrote: Hello, Is there a possibility to call (jump not include) with some parameters

RE: [PHP] relocation

2002-08-13 Thread Daniel Kushner
case todo: header('Location: index.php?var1=var2='); exit; case 'aaa': header('Location: index.php?var1=asddtvar2=ppapp'); exit; Regards, Daniel Kushner [EMAIL PROTECTED] __ Need hosting?

Re: [PHP] relocation

2002-08-13 Thread [-^-!-%-
Perhaps with a HEADER statement. i.e. headers(index.php?var=valuevar2=value2); =P e p i e D e s i g n s www.pepiedesigns.com Providing Solutions That Increase Productivity Web Developement. Database. Hosting. Multimedia. On Tue, 13 Aug 2002, Christian Ista wrote: Hello, Is there a

RE: [PHP] relocation

2002-08-13 Thread Richard Black
Email: [EMAIL PROTECTED] -Original Message- From: [-^-!-%- [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 16:55 To: Christian Ista Cc: [EMAIL PROTECTED] Subject: Re: [PHP] relocation Perhaps with a HEADER statement. i.e. headers(index.php?var=valuevar2=value2); =P e p i e D e s