| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
^ A Registration Password Trick | PHP 4.0 | Beginner / Darryl Porter | 20413 since 9/9/2002 12:14:33 AM |
By 9 Users 3 Excellent Ratings
|
| |
Ever wonder how when you registered online somewhere, on the next page where your username and password are confirmed, only the first few chars of the p-word are shown and the rest of it are asterisks to keep from prying eyes. <b>Please Rate</b> |
| |
| |
| |
 |
A "Just The Names" script. | PHP 5.0 | Intermediate / Vince Hahn | 4665 since 5/3/2010 8:32:07 AM | Unrated
|
| |
InstantVentrilo.com has a service in conjunction with their server hosting: embedded javascript server status. Well for those whom use godaddy and/or cannot use fsockopen() in Php, I've found a way to get raw data (names) from the output code using the co ...(description truncated) |
| |
| |
| |
 |
A 1337 Phrase Maker | PHP 3.0, PHP 4.0 | Intermediate / Jason DeLuca | 14301 since 10/8/2002 6:02:09 PM |
By 3 Users
|
| |
This Script Turns Phrases Into A 1337 Phrase. Most People will be unfamiliar with the 1337 language, but if you use this script enouh, you will learn. |
| |
| |
| |
 |
a simple alternative to nl2br with more features | PHP 3.0, PHP 4.0 | Beginner / Digital | 10570 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 |
| |
| |
| |
 |
Address Splitter Address Cutter Address Seperator | PHP 3.0, PHP 4.0 | Beginner / Nathan A. Huebner | 7399 since 11/30/2005 7:40:46 AM | Unrated
|
| |
If you have an address, that you get from a Customer, etc, and you need to put it into two or three or more fields, because it's too long, you can use this to split it, without corrupting the lines. |
| |
| |
| |
 |
An image in a .php file!! MUST SEE!!!!!!! | PHP 3.0, PHP 4.0 | Advanced / Joacorp. | 20161 since 10/25/2003 4:14:45 PM |
By 16 Users 5 Excellent Ratings
|
| |
it display a good quality picture in the browser, without any image file! just code! MUST SEE! AND VOTE JUST 5 GLOBES (maybe you will see a download screen) |
| |
| |
| |
 |
AsMDaR | PHP 4.0 | Beginner / Claudio Toselli | 6437 since 12/8/2004 11:31:19 AM | Unrated
|
| |
HTMLlen counts all characters outside the HTMLs tags, so you really known how much text will be in the screen. Is usefull in dynamic site where the user input text with <b>,<font> and other html tags, so later you can limit that text without the ris ...(description truncated) |
| |
| |
| |
 |
autolink URLs in strings | PHP 3.0, PHP 4.0 | Intermediate / lixlpixel | 10261 since 5/8/2004 3:12:49 AM | Unrated
|
| |
this script will detect URLs in a string and automatically creates links to this URLs.
it removes the query-string and shows only the top-level of the site linked to as text. |
| |
| |
| |
 |
Better Word Wrap | PHP 3.0, PHP 4.0, PHP 5.0 | Beginner / Matt DeKok | 3930 since 8/5/2009 11:09:56 AM | Unrated
|
| |
This can split a string into lines separated by a new line character of your choice. You can also choose whether you want it to split words for an exact length or not split words. |
| |
| |
| |
 |
Character Functions | PHP 3.0, PHP 4.0 | Beginner / PHP Code Exchange | 17047 since 10/29/2000 1:31:38 PM |
By 1 Users
|
| |
Functions like isalpha(), isdigit(), etc. These functions expect a character, such as 'a', or '?', not an integer. If you want to use integers, first convert the integer using the chr() function.Ported from ctype.h. by John |
| |