Creating a string exerpt elegantly
Posted on April 5th, 2004 in Code Repository | 6 Comments »
str_chop() provides a number of options for trimming long text into something suitable for display.
My name is Aidan Lister. I am a professional web developer working primarily with PHP. I am an author of the PHP documentation, and a PEAR developer.
This personal blog discusses what's hot in web development, programming concepts and solutions, and my code repository.
str_chop() provides a number of options for trimming long text into something suitable for display.
size_readable() converts a number of bytes into human readable form.
rmdirr() allows the deleting of a folder, along with the folders contents.
mysql_draw_table() outputs a MySQL result set as a HTML table.