Send Message on profile

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

    Send Message on profile

    Hey Ppl im just wonderin i am usin lava script and on a users profile it says send inbox

    is there anyway i can have it so that a member is able to type the message on the other users profile and just hit send.. seen it on a few sites but haven a clue how to do it grrr..

    Any help u will give ill thank u

    #2
    This is prtty easy codings.. pls try it first your self
    PHP Code:
    $nick getnick_sid($sid);
    $whonick getnick_uid($who);

    echo 
    "Quick Msg to $whonick<br/>";
    echo 
    "<form action=\"inboxproc.php?action=sendpm&amp;who=$who&amp;sid=$sid\" method=\"post\">";
    echo 
    "<input name=\"pmtext\" maxlength=\"500\"/><br/>";
    echo 
    "<input type=\"Submit\" name=\"send\" value=\"Send\"></form>"


    ....................................
    http://photomag.lk/
    ....................................

    Comment


      #3


      click here to see all the updates which done to lavalair have fun and welcome to Wapmaster World ;)

      Comment

      Working...
      X