Re: [PHP] PHP_SELF problems!

2001-03-25 Thread almir
simple echo basename($PHP_SELF) or base_name check docu almir ""Erick Papadakis"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 99foro$tig$[EMAIL PROTECTED]">news:99foro$tig$[EMAIL PROTECTED]... > hi, > > i am using my program > > http://localhost/test.php > > inside this program is a form, which

RE: [PHP] PHP_SELF problems!

2001-03-23 Thread PHPBeginner.com
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

[PHP] PHP_SELF problems!

2001-03-23 Thread Erick Papadakis
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