PHP,MYSQL,AJAX,OOP,CUSTOM CODING,JAVASCRIPT
<?php // get the client ip address and store into the variable.
$client_ipaddress = $_SERVER["REMOTE_ADDR"]; echo "Client IP is :".$client_ipaddress; ?>
$client_ipaddress = $_SERVER["REMOTE_ADDR"]; echo "Client IP is :".
$client_ipaddress
; ?>
No comments:
Post a Comment