> i developp under asp or cold fusion.
> with this language, when you request a page, the server runs automatiquely
a
> page: global.asa with asp and application.cfm with cold fusion.
>
> can i do the same thing under php ?
You can use auto_prepend in your php.ini file to call any file you like
before every page hit to PHP. Never found a real need for it myself, as
invariably the stuff you put in there ends up not being needed for *EVERY*
page, and PHP's http://php.net/include works much better.
But it's there if you want it.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]