I had added ipadd to ibwf_user and it already showing ip in user profile but in isp its blank wr as code is
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>$uipadd = mysql_fetch_array(mysql_query("SELECT ipadd FROM ibwf_users WHERE id='".$memid[0]."'"));
echo "ISP:".network($uipadd[0],1);</div>
where im wrong?
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>$uipadd = mysql_fetch_array(mysql_query("SELECT ipadd FROM ibwf_users WHERE id='".$memid[0]."'"));
echo "ISP:".network($uipadd[0],1);</div>
where im wrong?
Comment