RE: [PHP] [newman] This don't work, if else if

2002-03-21 Thread Rick Emery
] Subject: [PHP] [newman] This don't work, if else if Can anyone tell me why this isn't working? What its ment to do is add an IP number to the database. if the IP is all ready in the database then it would update a counter. ?php $proxy_ip=getenv('REMOTE_ADDR'); $proxy_dns=gethostbyaddr($proxy_ip

[PHP] [newman] This don't work, if else if

2002-03-20 Thread Philip J. Newman
Can anyone tell me why this isn't working? What its ment to do is add an IP number to the database. if the IP is all ready in the database then it would update a counter. ?php $proxy_ip=getenv('REMOTE_ADDR'); $proxy_dns=gethostbyaddr($proxy_ip); $add_date=date (d/F/Y @ h:i:s A); $sql =