20.11.2010, 03:11
(
Последний раз редактировалось DRIFT_HUNTER; 20.11.2010 в 06:09.
)
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"];
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"];