Subject: | Very good, I have simular class. |
Summary: | Package rating comment |
Messages: | 3 |
Author: | Velimir Majstorov |
Date: | 2017-08-19 12:36:28 |
|
|
|
Velimir Majstorov rated this package as follows:
Utility: | Sufficient |
Consistency: | Sufficient |
Examples: | Good |
|
Velimir Majstorov - 2017-08-19 12:36:28
Velimir Majstorov - 2017-08-19 12:43:07 - In reply to message 1 from Velimir Majstorov
Also you need to change this:
$this->ip=$ipaddress;
with:
$this->ip = filter_var($ipaddress, FILTER_VALIDATE_IP) ? htmlspecialchars($ipaddress, ENT_QUOTES | ENT_HTML401, 'UTF-8') : NULL;
zinsou A.A.E.Moïse - 2017-08-19 17:50:06 - In reply to message 2 from Velimir Majstorov
thanks...
|