I would like to limit the amount of characters that appear on a PHP page,
using PHP.
Here is the code that I am using:
<?php
echo "<b>$title</b>\n<br>";
echo "$author\n<p>";
echo $article_contents['LimitChars'];
?>
This code works, however it limits the characters to one (1) character.
I would like to have the freedom to limit the characters to any length I
wish. Is there any code that does this?
Thanks,
Steve Marquez
[EMAIL PROTECTED]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]