Is there a PHP version of ASP's global.asa or CF's application.cfm that runs automatically with every page?
Thanks for any help.
Not really.. You can set something similar to that up in your php.ini file with the auto_prepend_file directive. Take a look at it in the manual: http://php.net/manual/configuration.php.
Great, thanks Eden
And if the file doenst exists in the directory where is the php file? Php stop to execute the script. and i want to make it contue to process the script if the file doenst exists like Golbal.asa with ASP files.
Thank you