Seperating superglobals
Posted: Sun May 21, 2006 8:04 pm
Hi,
I want to seperate out superglobals to read them in again, like the following:
http://www.blahblah.co.uk/blah.php?id=4565np=123123
where id and np should be read into a form and their respective values. PHP doesnt seem to recognise that they are both individual and cant distinguish that id=4565 and np=123123.
Hope someone can help, im sure its extremely simple, Thanks, Tom
I want to seperate out superglobals to read them in again, like the following:
http://www.blahblah.co.uk/blah.php?id=4565np=123123
where id and np should be read into a form and their respective values. PHP doesnt seem to recognise that they are both individual and cant distinguish that id=4565 and np=123123.
Hope someone can help, im sure its extremely simple, Thanks, Tom