how do i get this code workin for wapdesire v2?
echo "Total Unread PMs: ".getunreadpm($who)."
";
ive tried changin it to:
$main.="Total Unread PMs: ".getunreadpm($who)."
";
it wont work
echo "Total Unread PMs: ".getunreadpm($who)."
";
ive tried changin it to:
$main.="Total Unread PMs: ".getunreadpm($who)."
";
it wont work
Comment