after i process a query on a page i redirect back to the originating page, where i place the all important file_id place on the tail end of the url
now, when i arrive back at the originating page instead of 'test.com/page.php' like it was when i first landed on it, now it says:
test.com/page.php?file_id=120
what i want to do is somehow grab that '120' and post it, ie:
$fid = [everything on the right of the = of the url];
tia
