Hey, everything with the code works perfectly but 1 thing.... when a player submits something, the data goes trough but,
the value='$note1' << doesn't seem to work... the form is just blank. Is there anyway i can make the data in $note1 appear?
[HTML]
rawoutput("<tex tarea name='note1' rows='10' cols='60' class='input' value='$note1'> </textarea>");
rawoutput("<inp ut type='submit' class='button' value='".transl ate_inline("Sen d")."'></form>");
[/HTML]
the value='$note1' << doesn't seem to work... the form is just blank. Is there anyway i can make the data in $note1 appear?
[HTML]
rawoutput("<tex tarea name='note1' rows='10' cols='60' class='input' value='$note1'> </textarea>");
rawoutput("<inp ut type='submit' class='button' value='".transl ate_inline("Sen d")."'></form>");
[/HTML]
Comment