Re: [PHP] Question about Include_once

2003-07-19 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Sat, 19 Jul 2003 at 19:15, lines prefixed by '>' were originally written by you. > Does file called by "Include_once" stay with the client's session or > just for operations in the page where it is stated? just for operations in the page wher

[PHP] Question about Include_once

2003-07-19 Thread Al
Does file called by "Include_once" stay with the client's session or just for operations in the page where it is stated? For example, assume I have one file that contains several functions, then if use "include_once('functions.php')" on several pages, does the server reload the file for every