How to save both types of IP the IPV4 and IPV6 in a MySQL database? What is the correct typing and column size? Any other comments?
I get the IP through $_SERVER['REMOTE_ADDR']
with PHP.
How to save both types of IP the IPV4 and IPV6 in a MySQL database? What is the correct typing and column size? Any other comments?
I get the IP through $_SERVER['REMOTE_ADDR']
with PHP.