1) Can I limit this in the MySQL query?
2) If not, how would I select all text up until the first \n? I so far have
ereg("(.){1,}\n", $text, $excerpt);
I want the parentheses to capture the text up until the \n in the variable $excerpt, and then stop there.
How do I do this with ereg?
Thanks,
-Lisi
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php