| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
PHP Function: elite_speak() | PHP 3.0, PHP 4.0 | Beginner / Josh Sherman | 3127 since 1/21/2004 5:20:14 PM | Unrated
|
| |
Sometimes you have to code something absolutely worthless. That pretty much sums up the elite_speak() function. If you don't know what this does, let me explain. You feed the function a normal string, and elite_speak() will spit out a string in <sarcas ...(description truncated) |
| |
| |
| |
 |
PHP Language Translation Class | PHP 4.0 | Intermediate / Daniel J Brown esq. | 10728 since 11/16/2007 3:58:01 PM | Unrated
|
| |
Translate a string between english and french, spanish, italian and german using this php class. The class uses curl and php to garner translations |
| |
| |
| |
 |
Query String Builder | PHP 4.0 | Intermediate / Daniel M. Hendricks | 5976 since 6/11/2004 10:14:00 PM | Unrated
|
| |
This function takes a Query String and replaces specified variables with new values, especially useful for database paging. For example, if a user click a button that says "Sort by Name", you could use this function to replace the variable "sort=whatever" ...(description truncated) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Query String Check | PHP 3.0, PHP 4.0 | Beginner / Matt Rardon | 3438 since 7/24/2002 12:17:45 AM | Unrated
|
| |
Checks for previous query strings and if they exist add to them with a & instead of a ? |
| |
| |
| |
 |
Quote Changer | PHP 3.0, PHP 4.0 | Intermediate / PHP Code Exchange | 3098 since 10/29/2000 5:15:01 PM | Unrated
|
| |
This is a little script that allows you to put a quote on your page and easily change it using a PHP script. I developed this script on Windows NT but it should work fine on any Linux or Unix system. by Brian http://www.evilwalrus.com |
| |
| |
| |
 |
Random Password Generator | PHP 3.0, PHP 4.0, PHP 5.0 | Beginner / ByteLogic | 2183 since 2/3/2012 1:45:46 PM | Unrated
|
| |
This code will generate a password between 8-25 characters long using:
Lowercase (default option, cannot be deselected)
Uppercase (optional)
Special characters (optional)
Simple basic PHP function that demonstrates the use of:
Arrays
Strings
Loops |
| |
| |
| |
 |
Randomstring | PHP 3.0, PHP 4.0 | Beginner / PHP Code Exchange | 2824 since 10/29/2000 5:18:01 PM | Unrated
|
| |
Generate a random string of n characters by Christopher Heschong |
| |
| |
| |
 |
RandomString2 | PHP 3.0, PHP 4.0 | Beginner / PHP Code Exchange | 2371 since 10/29/2000 5:18:48 PM | Unrated
|
| |
A slightly improved version of Christopher Heschong's code. This creates a random string of x characters, using a defined string of possible characters. By Colin Viebrock. |
| |
| |
| |
 |
Read CSV String | PHP 5.0 | Beginner / Abraham Estrada | 3475 since 6/3/2007 9:43:23 AM |
By 1 Users
|
| |
Read a comma-separated values (csv) from a string |
| |
| |
| |
 |
Remove Comments in a chain | PHP 4.0 | Intermediate / Heriberto Mantilla Santamaria | 2217 since 10/21/2005 2:17:37 AM |
By 1 Users
|
| |
Remove all comments of a chain.
p.e: Linea --> $t = \'HACKPRO TM\'; # This is a comment.
RemoveComment(Línea);
return $t = \'HACKPRO TM\';
Now online example --> http://hackprotm.webcindario.com/RemoveComment/demo.html (ScreenShot) |
| |