GoTTi
12-04-2002, 04:38 AM
Warning: Address is not a valid IPv4 or IPv6 address in /home/public_html/forums/admin/user.php on line 1389
When I try to view a User's IP threw admin panel, I get this error. What is this?
this is on line 1389
$ips=$DB_site->query("SELECT DISTINCT ipaddress FROM post WHERE userid=$userid AND ipaddress<>'$previpaddress' ORDER BY ipaddress");
while ($ip=$DB_site->fetch_array($ips)) {
anything wrong in there?
When I try to view a User's IP threw admin panel, I get this error. What is this?
this is on line 1389
$ips=$DB_site->query("SELECT DISTINCT ipaddress FROM post WHERE userid=$userid AND ipaddress<>'$previpaddress' ORDER BY ipaddress");
while ($ip=$DB_site->fetch_array($ips)) {
anything wrong in there?