![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Programming Tips and Tricks
From: Andy Hassall <andy@andyh.co.uk>
Date: Wed Jul 27 2005 - 00:15:38 CEST
On Tue, 26 Jul 2005 22:09:42 GMT, "Don Freeman" <freemand@sonic.net> wrote:
>"include_once() should be used in cases where the same file might be
Usually, when you want the output produced by that file printed multiple
stuff.php:
index.php:
$var = 2;
$var = 3;
This is a contrived example, but sometimes it's what you want.
-- Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk> <http://www.andyhsoftware.co.uk/space> Space: disk usage analysis toolReceived on Mon Oct 17 21:19:39 2005 |