i use wordwarp function to put a <br> tag, after 53 caracters, becouse i want that any post, that someones do, do not exceed, the limit of the html table...
but the problem is, that if i put 60 "g" caracters, works fine, but if i put 60 "f" caracters, will not work very fine...
my objective is format the text to not, expand the html table...
if i use
Code: Select all
<?php
echo "
<table border=1>
<td>hello</td>
</table>
";
?>i use nl2br(); wordwrap(); and the htmlspecialcaracter(); functions, but i still have the problems...
anyone knows a good way to not permite that a html table expands, by having a lot of caracters ???
sorry my english
regards
duk