you are here
Posted: Thu Jun 26, 2008 3:20 pm
I want to be able to break a part the output from $_SERVER['REQUEST_URI'] so that
http://domain.tld/database/category/food/index.php
will return
$top_level = database
$second_level = category
$third_level = food
any ideas?
Thanks.
http://domain.tld/database/category/food/index.php
will return
$top_level = database
$second_level = category
$third_level = food
any ideas?
Thanks.