Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
$ip = $_SERVER['REMOTE_ADDR'];
$request = "INSERT INTO users (ip) VALUES ('$ip')";
$result = $dbh->query($request);