I am using PHP for detecting a user's IP address and displaying their details, and I use OOP (i.e. object-oriented programming).
Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/IP_address>, <https://en.wikipedia.org/wiki/PHP>, and <https://en.wikipedia.org/wiki/Object-oriented_programming>). IP is a protocol; it is IP addresses that are static, filtered, that devices have, etc., not the protocol itself.
Stephen Rauch
- 4.3k
- 12
- 24
- 36
Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/IP_address>, <https://en.wikipedia.org/wiki/PHP>, and <https://en.wikipedia.org/wiki/Object-oriented_programming>). IP is a protocol; it is IP addresses that are static, filtered, that devices have, etc., not the protocol itself.
Became Hot Network Question