PHP HTML September 16, 2022September 16, 2022admin Track location using Ip Address in Php Track location using Ip Address in Php track location by ip address in php <?php $ip = getenv("REMOTE_ADDR") ; $url = "https://ipinfo.io/".$ip."/json"; $userInfo = file_get_contents($url); $result = json_decode($userInfo,true); echo "<b>IP Address : </b>".$result['ip']."<br>"; echo "<b>City : </b>".$result['city']."<br>"; echo "<b>State : </b>".$result['region']."<br>"; echo "<b>Country Code : </b>".$result['country']."<br>"; echo "<b>Latitude & Longitude : </b>".$result['loc']."<br>"; echo "<b>Timezone : </b>".$result['timezone']."<br>"; ?> admin Website https://csssofttech.com/blog
Codeigniter Hacking HTML Mysql PHP November 23, 2022November 23, 2022admin How to Protect CodeIgniter Forms with CSRF Tokens
Codeigniter CSS HTML Mysql PHP October 11, 2022October 21, 2022admin How To Add Ai Chatbot in Web Application Using Php ?