a common problem:
you have compiled PHP as CGI,
make it run as a module, and that problem will disappear.
well, if you really want to have it under CGI, try to check phpinfo() for a
solution
Sincerely,
Maxim Maletsky
Founder, Chief Developer
PHPBeginner.com (Where PHP Begins)
[EMAIL PROTECTED]
www.phpbeginner.com
-----Original Message-----
From: Erick Papadakis [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 24, 2001 12:19 AM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP_SELF problems!
hi,
i am using my program
http://localhost/test.php
inside this program is a form, which points to $PHP_SELF
but, when i submit this form, the link actually becomes
http://localhost/php/php.exe/test.php
this results in some images not being displayed correctly!
is there anyway i can disable this, and make the PHP SELF same as the
original?
thanks/erick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]