How is possible extract only the number after the last = symbol in a string like this:
/neuroscan/analysis/admin/listo_aoi_list.php?mastertable=listo_pages&masterkey1=11
the number could be 1,11,345,888888 etc, I would if possible get it into an int variable.
Thanks
$_GET['masterkey1']