I've just recently upgraded to the new version of PHP. my previous code passes variables as name/value pairs in the URL and this works fine. for example:
example.php?id=1.
this has been essential for me in pulling items out of my mysql database. however, since i've upgraded this no longer works. not matter what I do the variables will not pass to the intended target page. any thoughts on why this is happening and how to fix it? thx
blue