[PHP]?ip=
#1

Ok im noob in PHP so i need help with checking for IP
myplugin.php?ip=

I want that IP is behaind = so i can use samp HTTP function
So i have $ip = $_SERVER['REMOTE_ADDR'];
These get ip of user thats open page and i need replace it with input after =
Anyone know how i can get these?

Solved with:
$ip = $_GET["ip"];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)