Hi Marcus!
On Thu, 26 Jul 2001, Marcus wrote:

> shouldn't the function basename() return only the
> script part and not the query part?
I guess basename() is a filesistem function, and hence it doesn't make sense
to care about `query string' cause in the file systems there are no such
things.

I guess you are trying to determine the name of the script from the query
string or what exactly? If so, it's quite simple to use basename(__FILE__);

-- teodor

-- 
PHP Development 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