Re: [PHP] Turning OFF 'auto_prepend_file' on a page by page basis

2002-05-03 Thread Mike Eheler
om: "Maxim Maletsky \(PHPBeginner.com\)" >> <[EMAIL PROTECTED]> >> To: "'Stefen Lars'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >> Subject: RE: [PHP] Turning OFF 'auto_prepend_file' on a page by page >> basis >> D

RE: [PHP] Turning OFF 'auto_prepend_file' on a page by page basis

2002-05-03 Thread Stefen Lars
ini_set(), do you mean ini_set("auto_prepend_file", "/a/blank/file.php"); ?? >From: "Maxim Maletsky \(PHPBeginner.com\)" <[EMAIL PROTECTED]> >To: "'Stefen Lars'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: [P

RE: [PHP] Turning OFF 'auto_prepend_file' on a page by page basis

2002-05-03 Thread Maxim Maletsky \(PHPBeginner.com\)
PROTECTED] Subject: [PHP] Turning OFF 'auto_prepend_file' on a page by page basis Hello all I am using 'auto_prepend_file' to include a load of files. This is prepended to all PHP parsed files. The prepend files contain the HTML for the framework of my site. How I want to create a

[PHP] Turning OFF ‘auto_prepend_file’ on a page by page basis

2002-05-03 Thread Stefen Lars
Hello all I am using ‘auto_prepend_file’ to include a load of files. This is prepended to all PHP parsed files. The prepend files contain the HTML for the framework of my site. How I want to create an XML file for other web sites to use. I do this by getting some data from a database and pack