I have this dummy URL : http://blahblah.co.uk/node/57?url=/Installer/Manufacturer/17/Schuco
I need the number "17" from this URL in order to query the database.
I have looked into using "isset()" but am not sure it is the right approach.
Can someone show me how to strip this URL down?
Thanks
This is what I have so far:
$url = $_GET['url'];
echo $url;