No includes.  Period.
> To get "script 1 to begin" from script 2 based on a certain path...
>
> script2.php
> ---
> if ($path1)
> {
> // do stuff here
> include('script1.php');
> exit;
> }
> // otherwise do other stuff here
> ---
>
> -Stuart
>
> -- 
> Stuart Dallas
> 3ft9 Ltd
> http://3ft9.com/
>
>
>
>
> 



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

Reply via email to