hi there friends
can some one help me code this so it sends a inbox when a user has been poked please
thanks to anyone that helps me out
can some one help me code this so it sends a inbox when a user has been poked please
Code:
$main.="<img src=\"smilies/poke.gif\" alt=\"poke\"/><b>Pokes:</b><br/><br/>"; $nopl = mysql_fetch_array(mysql_query("SELECT COUNT(id) FROM usfun WHERE uid='".$who."' AND action='poke'")); $main.="Poked <b>$nopl[0] </b> people<br/>"; $nopl = mysql_fetch_array(mysql_query("SELECT COUNT(id) FROM usfun WHERE target='".$who."' AND action='poke'")); $main.="Been poked <b>$nopl[0] </b> times<br/><br/>"; $main.="the last thing that $wnick needs now is another poke, $pron has been poked till $pron3 eyes water, do you really wanna poke $pron3 again? are you obsessed with poking <br/>"; $main.="<a href=\"userfun.php?action=poke&who=$who&sid=$sid\">Poke!</a><br/><br/>";
thanks to anyone that helps me out
Comment