Hi all,
how can I tell the output from a mysql query to
wrap the cols at 80 (or whatever)?
here's what I have:
$row = mysql_fetch_array($sth);
if ($row[0] != "")
{
echo $row[0]; prints the data, but some of the results are long
strings of text that don't wrap in the browser, how can I force them to wrap at
the edge of the browser?
Thanks,
Clayton Dukes
|
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]