[PHP] passing varibles into PHP script

2002-10-28 Thread wh1sp3r
I'm trying to create a script that handles/logs banner click-throughs from an HTML page passing variable information through the URL. example URL: http://somehost.com/bannerhandler.php?value=1 The test script I wrote, however, is not recieving the variable information. Any ideas of what I

Re: [PHP] passing varibles into PHP script

2002-10-28 Thread John Nichel
wh1sp3r wrote: I'm trying to create a script that handles/logs banner click-throughs from an HTML page passing variable information through the URL. example URL: http://somehost.com/bannerhandler.php?value=1 The test script I wrote, however, is not recieving the variable information. Any

Re: [PHP] passing varibles into PHP script

2002-10-28 Thread @ Edwin
Hello, wh1sp3r [EMAIL PROTECTED] wrote: I'm trying to create a script that handles/logs banner click-throughs from an HTML page passing variable information through the URL. example URL: http://somehost.com/bannerhandler.php?value=1 The test script I wrote, however, is not recieving