This seems so easy but yet I can’t figure it out…
How would I use PHP to wrap the SQL output from my database. I have tried:
<div class="regioninfo"> <?php echo wordwrap($option['important'],100);?></div>
I just want the output from the SQL to wrap inside thee DIV
Any ideas?