putting a clickable link in a chat post

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

    putting a clickable link in a chat post

    want to put a refresh link in the below chat post .

    how i do it as i have tried a similar code that puts a clickable link in a system message but not a chat post and it just shows the code not the link ,
    Code:
    mysql_query("INSERT INTO dave_chat SET chatter='1', who='', timesent='".time()."', msgtext='Nobody got the correct answer. Next question.', rid='".$rid."';");
    tried this

    <a href=\"chat.php?time=&amp;sid=$sid&amp;rid=$rid\">
    in the msgtext but it dont work ,.
    Wapchat4u


    Topsites4u

    #2
    Maybe it's parsed with htmlspecialchars
    My Blog: http://jhommark.blogspot.com
    My Facebook: http://www.facebook.com/jhommark
    My Official Site: http://www.undergroundweb.tk
    My Community Site: http://undergroundwap.xtreemhost.com

    Comment

    Working...
    X