Re: Prepend policy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sdäv wrote:
Hey guys, i was wondering if there is any way to make prepend (php.ini option) work as an include once and not an STD include.

You could use the prepended file to do your includes....

prepend includes.inc.php

includes.inc.php -->
<?php

include_once ( "foo.php" );
include_once ( "bar.php" );

?>

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@xxxxxxxxxxxx

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux