Jump to content

Inseting data


adam84

Recommended Posts

I dont know if this would be a php,html or mysql question, so i tried here furst. I have a textarea where the user enters whatever. Once the user is done, he/she clicks the send button and through ajax the textarea value gets sent to the php file to be process.

 

The problem is:

 

Say the user enters this in the textarea

 

Hello World!

 

This is a test!

 

I insert that value into my db. But when I retrieve the value the carriage return is not there.

I looks like this: 

 

Hello World!This is a test!

 

What is the problem

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/64291-inseting-data/
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.