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.

Any suggestions?

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



Reply via email to