help please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help please

    hi there friends

    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&amp;who=$who&amp;sid=$sid\">Poke!</a><br/><br/>";

    thanks to anyone that helps me out

    #2
    21 veiws but no help

    Comment


      #3
      well it would help if u had the right code your showing the profile code im guessing u need to show the code where the poke is added to DB
      Creator of
      Epix.Mobi

      Keep an Eye on us Big things coming soon!!!!
      Need something for your site hit me up here

      http://coding-talk.com/forum/main-fo...r-your-wapsite

      Comment

      Working...
      X