Or even

header("Location: index.php?var=value&var2=value2");

And you would probably want to follow that with 

exit;

Rather than 

break;

HTH,

Richy
==========================================
Richard Black
Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com
Tel: 0141 435 3504
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=value&var2=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 possibility to call (jump not include) with some parameters
> (index.php?var1=tttt&var2=pppp) a php page without click.
>
> For example :
> case "todo":
>  call here index.php?var1=tttt&var2=pppp  <--- jump to this page 
> break;
>
> bye
>
> Christian,
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to