>I'm trying to do a little trick with my new site. i have one main php
>script, index.php which includes the header and footer scripts and the
>page script between them. the page script is determined by $page, which
>is set to "main" if it doesnt exist already. $page . ".php" is then
>inclu
Calvin,
this:
(!$page=="datetime")
(as I interpret it, that means if $page is false, and it's equal to datetime
(which should, in this context, also be false))
looks like it should read:
($page!="datetime")
James
"Calvin Spealman" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">
2 matches
Mail list logo