> Why does php self always show php4/php.exe? how do i take  it off?

This is a known bug under *some* Win32 installations.

Use <?php phpinfo();?> to figure out which variable has what you need in it,
and use that variable.

If you need to deploy on multiple platforms, you'll have to compare/contrast
the two server's <?php phpinfo();?> outputs and find a common variable with
the info you need, or using some sort of if/else with the other variables to
detect which platform is running.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
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]

Reply via email to