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 ideas of what I should look for or some helpful
documentation to read?
The php manual?
Try this.... echo ( $_GET['value'] ); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

