Hello,
I have a quick question:
How do I take the url, say for instance:
http://www.domain.com/test
and cut out the "test" part and put that into a variable, like:
$variable = some code
thanks,
Andy
Check the 'ereg' function and search for further info on regular expressions.
maybe this function might be of help also.
http://us2.php.net/function.parse-url
if not, try to suggested/related functions.