j
k
j a
j l
Rob Church wrote:
The classic approach to headers and includes, perhaps? if( !defined( 'MYINCLUDE' ) ) { // all the include code define( 'MYINCLUDE', true ); }
The classic approach to headers and includes, perhaps?
if( !defined( 'MYINCLUDE' ) ) { // all the include code define( 'MYINCLUDE', true ); }
Aah, like C/C++ - shows I'm a PHP newbie.
Thanks!
Mike
Back to the thread
Back to the list