PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a form which uses a text box to show a default entry from a MYSQL database. Code is:
<INPUT TYPE=TEXT Name="Remarks" SIZE=40 value="<? echo $remarks ?>"> This works fine but it puts everything on one very long line.
I want to make this a "text area" for 60 columns wide by 3 or 4 rows high which also inserts $remarks from above statement but I'm doing something wrong. I get the text box but nothing is in it.