Jump to content

mysql needs respect!!


glenelkins

Recommended Posts

Hi

I have a script that enters text from a textarea field into a TEXT field in mysql. When i take the value out it shows without the line breaks...how can i get mysql to respect the line breaks from the text box, and then outputting the same
Link to comment
https://forums.phpfreaks.com/topic/12646-mysql-needs-respect/
Share on other sites

You'll want to use a function called nl2br to convert you line breaks into HTML line breaks. The problem is with the browser and not the database. The browser ignores whitespace chars so you need to use nl2br to convert your newline chars into html line breaks
Link to comment
https://forums.phpfreaks.com/topic/12646-mysql-needs-respect/#findComment-48497
Share on other sites

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.