| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
a simple alternative to nl2br with more features | PHP 3.0, PHP 4.0 | Beginner / Digital | 10569 since 3/19/2001 12:56:32 PM |
By 1 Users
|
| |
Takes a string and takest the line feeds "\n" and changes them to whatever you want, this is a substitute for nl2br(). You can change \n to < p > or < br > or whatever your heart desires.. which includes "" to just remove the line feeds all together |
| |
| |
| |
 |
A simple thumbnail generator (with correct aspect ratio) | PHP 3.0, PHP 4.0 | Intermediate / Digital | 25518 since 7/15/2001 3:56:25 AM |
By 8 Users
|
| |
Resizes an image in the browser without throwing off the aspect ratio... basically it makes the image appear smaller, but not stretch the height... also: you dont need to know how wide/high the image is before, just how wide you want it. Someone called in ...(description truncated) |
| |
| |
| |
 |
a simple way to stream mp3 files without mod_mp3 | PHP 3.0, PHP 4.0 | Advanced / Digital | 21602 since 7/23/2001 2:07:44 AM |
By 7 Users
|
| |
This code makes it possible for you to stream any mp3 file on the internet. It does NOT need mod_mp3. It's complete, and ready to go. |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
a super simple way to remove a line from a text file | PHP 3.0, PHP 4.0 | Intermediate / Digital | 14960 since 7/17/2001 3:09:37 PM |
By 3 Users
|
| |
Have you ever wanted just a simple function to remove a line from a text file? All that seems to be avaliable is class this class that.. well no more! This function takes a string, and if it finds that string on a line, it removes the line.. Its a useful ...(description truncated) |
| |