I have the following url
/index.php?option=com_zoo&task=item&item_id=292&Itemid=283
What I want to do to replace item_id's value with a variable. I have been checking a couple of php functions like split and parse_str, but I do not know how I to get it to work.