Greetings,
If I register a shutdown function in PHP (to catch syntax parse errors and
send them in logs), it looks like I can open files, but I cannot do includes
- that is, if the reason of exit is a syntax parse error.
Is this a desired effect? It seems a tad odd that I could do
eval(preg_repl
I'm in trouble with include procedure.
I have a file on host http://www.a.com that must be included by the file on
the host http://www.b.com
The code of the file to be included is as follows:
included.php on http://www.a.com
The code of the file which must include first file is as follows:
mas
""Martin Hughes"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I seem to be making a mistake somewhere...
>
>
> # Define the navigation bar array
> $navbar = array("navmain", "info", "music", "orch", "synth", "syntype",
> "audio", "recordings");
>
> # Define
I seem to be making a mistake somewhere...
# Define the navigation bar array
$navbar = array("navmain", "info", "music", "orch", "synth", "syntype",
"audio", "recordings");
# Define the pages in arrays by section
$main = array("home");
$info = array("infomain", "about", "contact", "guestbook");
4 matches
Mail list logo