Jump to content

MySQL with Textbox


joecooper

Recommended Posts

Take the textbox content 'as is' and place it in the database. When you want to display it with those newlines converted to html <br>, use the newlinestoBR function:
[code]echo nl2br($your_database_field);[/code]
Is that what you meant?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.