Ask a Question related to PHP Development, Design and Development.
-
Al #1
Question about Include_once
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 page, or does it know to save it for
all pages used in the session?
Al Guest
-
#37766 [Opn->Fbk]: include_once() adds file more than one time
ID: 37766 Updated by: tony2001@php.net Reported By: boris_k at iname dot com -Status: Open +Status: ... -
include_once() - always included?
Hi All, Always looking for efficiency, consider the following code: <?php function one($arg){ if ($arg == 1){ include_once(...); do some... -
#25381 [Bgs]: include_once failed to recognize identical file
ID: 25381 User updated by: ulysses at mail dot fitan dot com dot tw Reported By: ulysses at mail dot fitan dot com dot tw... -
David Nicholson #2
Re: [PHP] Question about Include_once
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.session or> Does file called by "Include_once" stay with the client'sjust for operations in the page where it is stated> just for operations in the page where it is stated?
David.
--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: [url]http://www.phpmachine.com/[/url]
Professional Web Development by David Nicholson
[url]http://www.djnicholson.com/[/url]
QuizSender.com - How well do your friends actually know you?
[url]http://www.quizsender.com/[/url]
(developed entirely in PHP)
David Nicholson Guest



Reply With Quote

