Pm coding issue

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

    Pm coding issue

    Basically it's just this part not updating or capturing the $who code to insert into the database idk why
    Code:
    else if($action=="viewmsg")
    
    {
    
    addonline(getuid_sid($sid),"Reading Messages!","");
    
    
    
    echo "<form action="message.php?action=viewmsg&amp;pmid=$pminfo[1]" method="post">";
    
    echo "<textarea id="write" cols="25" class="txt-area" rows="3" name="pmtext">";
    
    echo "</textarea>";
    
    echo "<input type="submit" value="Send PM"/>";
    Last edited by tupac; 09.03.18, 18:31.

    #2
    I got it working never mind bro thanks
    Last edited by tupac; 09.03.18, 18:29.

    Comment

    Working...
    X