Jump to content

Issue with Variables and LongText


maxudaskin

Recommended Posts

I made a posting page that gets text from a Text Area but when I call the variable for the text, I end up loosing all of the new lines made with the enter key. Is there a way around this? The variable keeps the new line, but when echoing it, it ignores the new line.

 

For Example:

<?php
$text = "Hello

This is two lines down!";
?>

 

Would echo Hello This is two lines down!

Link to comment
https://forums.phpfreaks.com/topic/98639-issue-with-variables-and-longtext/
Share on other sites

Thanks... I thought I knew almost everything about PHP... I guess that I will have to do a bit more research.

 

never ever meet or seen anyone nowing everythink about php dont beleve you.........

 

it inpossable you nowing over 6000 + functions from memory.........

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.