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 ,
tried this
<a href=\"chat.php?time=&sid=$sid&rid=$rid\">
in the msgtext but it dont work ,.
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."';");
<a href=\"chat.php?time=&sid=$sid&rid=$rid\">
in the msgtext but it dont work ,.
Comment