Search for ip | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Search for ip

How check the ip address in file f1 to is it in file F2 using PHP write the code.

4th Mar 2019, 8:19 AM
Qamar Md
Qamar Md - avatar
1 Answer
+ 9
Use file_get_contents('f1') and explode() function if ip addresses are separated with only one separator.
10th Mar 2019, 8:44 PM
Igor Makarsky
Igor Makarsky - avatar