PHP Simple QA
It contains Simple Questions and Answers in PHP
how can get ip address in php
how can get ip address in php
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
Newer Post
Older Post
Home