[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

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

2003-02-19 Thread Kevin Stone
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 call index.php to see the other pages into the /var/www/html/system/ directory the index.php calls

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

2003-02-19 Thread enediel
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 itself again I don't know for sure but I believe commands like (../) may not work in the require

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, February 19, 2003 12:04 PM Subject: Re: [PHP] invalid path when a page calls itself again I

[PHP] invalid path

2002-06-08 Thread Webmaster
My OS is XP Pro. I installed my web folders in c:\web instead of c:\apache\htdocs My php folder is: c:/php In the httpd.conf: DocumentRoot /web/myweb ScriptAlias /php/ c:/php/ AddType application/x-httpd-php .php Action application/x-httpd-php /php/php.exe In my Php.ini: include_path =