Dimitri Marshall wrote:

How would I go about getting the first 20 characters of a varibale or
database entry. The situation is this, I created a calendar where users can
post events and on the date instead of just a number (the number of events
and the date), I would like to show the first 20-30 characters of the event
name. I could do the whole event name but it could get quite long.

LEFT() in your query or substr() in PHP.


--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to