Re: [PHP] supersession

2002-07-02 Thread Richard Lynch
>I think there is also a directive in php.ini to ALWAYS include a certain >file at the top of each script, transparently. Search for "append" or "prepend" in php.ini and you'll find it. >> Depending on what data you need to have in these variables, you might be >> able to set them as environment

Re: [PHP] supersession

2002-06-30 Thread Justin French
I think there is also a directive in php.ini to ALWAYS include a certain file at the top of each script, transparently. Perhaps you could dynamically write to this file as needed, or dynamically write to a MySQL table which is called/queried by this script. This may or may not help, depending on