case "todo":
        header('Location: index.php?var1=tttt&var2=pppp');
        exit;
case 'aaa':
        header('Location: index.php?var1=asddt&var2=ppapp');
        exit;


Regards,
Daniel Kushner
[EMAIL PROTECTED]
______________________________________________
Need hosting? http://www.thehostingcompany.us/



> -----Original Message-----
> From: Christian Ista [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 11:50 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] relocation
> 
> 
> 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

Reply via email to