Jump to content

wordwrap not wrapping


mapleleaf

Recommended Posts

You probably want it to be

 

<p class="message">Message:<br><?php echo wordwrap($message,30,'<br />'); ?></p>

 

if you wanted the word wrapping to actually be visible in the rendered page. The default wrapping is \n, which is not rendered by the browser as a line break.

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.