0
Search for ip
How check the ip address in file f1 to is it in file F2 using PHP write the code.
1 Réponse
+ 9
Use file_get_contents('f1')
and explode() function if ip addresses are separated with only one separator.
How check the ip address in file f1 to is it in file F2 using PHP write the code.