Users Signature in viewtpc under users name
whats wrong with this code
its not displaying Signature
whats wrong with this code
its not displaying Signature
Code:
$nopl = mysql_fetch_array(mysql_query("SELECT signature FROM ibwf_users WHERE id='".$who."'"));
$sign = parsemsg($nopl[0], $sid);
echo "[b]Info:[/b] $sign
";
Comment