Fw: [PHP] invalid path when a page calls itself again SOLUTION

2003-02-19 Thread enediel
index.php" works normally, but the philosophy changes a little here. > > - Original Message - > From: "Kevin Stone" <[EMAIL PROTECTED]> > To: "enediel" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> > Sent: Wednesday, Febr

Fw: [PHP] invalid path when a page calls itself again

2003-02-19 Thread enediel
e won't work in this case. :>) - Original Message - From: "Kevin Stone" <[EMAIL PROTECTED]> To: "enediel" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 12:04 PM Subject: Re: [PHP] invalid path when a page calls itsel

Re: [PHP] invalid path when a page calls itself again

2003-02-19 Thread Kevin Stone
t; <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 2:59 PM Subject: [PHP] invalid path when a page calls itself again > Hi everyone: > Suppose please this example: > > /var/www/html/system/index.php > /var/www/html/system/subd1/page1.php > > The users should ca

[PHP] invalid path when a page calls itself again

2003-02-19 Thread enediel
Hi everyone: Suppose please this example: /var/www/html/system/index.php /var/www/html/system/subd1/page1.php The users should call index.php to see the other pages into the /var/www/html/system/ directory the index.php calls itself using a form to authenticate the user Inside page1.php I wrote