If I pass parameters to a PHP script in URL like
..php?a=aa&b=bb
how do I recover them on the receiving PHP end?
I looked at the list of PHP Variables using phpinfo() and found nothing
suitable
..php?a=aa&b=bb
how do I recover them on the receiving PHP end?
I looked at the list of PHP Variables using phpinfo() and found nothing
suitable
Comment