From: "Al" <[EMAIL PROTECTED]>

> I have a script that is run with a cronjob and would like to fetch some
> variables from it, using another file, without the script executing.
>
> I could resort to putting the variables in a third file, or reading the
> script as a text file and reconstructing the variables. But, I was
> hoping there is a better way.

Put them in a third file. It's obvious they're needed for more than one
script. Save yourself the headache and separate them.

---John Holmes...

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

Reply via email to