[EMAIL PROTECTED] wrote:On Apr 1, 2004, at 4:54 PM, Ben Curtis wrote:You might want to take a look at the auto_prepend_file & auto_append_fileApplication.cfm / OnRequestEnd.cfmNo equivalent as far as I know.
I stand corrected - thanx Lindsay! I learn something new every day about PHP... it's a vast language / library system!
http://php.net/manual/en/configuration.directives.php#ini.auto- prepend-file
http://php.net/manual/en/configuration.directives.php#ini.auto-append- file
Quote:
"auto_prepend_file string
Specifies the name of a file that is automatically parsed before the main file. The file is included as if it was called with the include() function, so include_path is used.
The special value none disables auto-prepending.
auto_append_file string
Specifies the name of a file that is automatically parsed after the main file. The file is included as if it was called with the include() function, so include_path is used.
The special value none disables auto-appending.
Note: If the script is terminated with exit(), auto-append will not occur."
Regards, Sean
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
