Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] PHP_SELF problems! From: almir (a.kazazic <email protected>)
Date: 03/25/01

simple
echo basename($PHP_SELF) or base_name check docu
almir
""Erick Papadakis"" <erick_papadakis <email protected>> schrieb im Newsbeitrag
news:99foro$tig$1 <email protected>
> 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: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>