Jason ML wrote:

> Hi PHP'ers,
> 
> PHP 4.4.8 and 5.
> 
> say I have a url like:
> 
> http://www.mydomain.tld/jason/index.php
> 
> In that index.php I want to have a piece of code that runs that tells
> me the 'jason' part of the URL so that I can run some custom read only
> queries for 'jason'
> 
> How can I do this? I know how to do everything except what PHP
> commands to run to get the info.


http://php.net/manual/en/function.parse-url.php


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to