I want to check the IP input if it is inside any of the 3 or 4 array list I put the message, I had it like that but it does not work.
$laptop=(1.1.1.1,2.2.2.2,3.3.3.3)
$pcescritorio=(1.1.1.2,2.2.2.3,3.3.3.4)
switch ($_SERVER['REMOTE_ADDR']) {...
asked by
13.05.2018 / 22:52