- 1,233 categories
- 40,620 scripts
Updated: 07/19/2005
- I find that when developing input forms, adding select tags is one of the most tedious tasks. This is especially true if they have to remember the values assigned to them. Realizing this, I wrote this function to facilitate things. This is the PHP version of select-populator.asp.
- Categories
- Tags
- Platforms
- Licenses
- Author
- This PHP script generates a random name based of an adjective and a noun. The PHP script uses two plain text files, one that holds all of the adjectives and the other all of the nouns. The script reads these files into two arrays. The PHP function fi...
- PHP Knowledge Base provides a collection of more than 500 questions and answers regarding PHP programming. Its database is divided into Common Problems, Database Backed Sites, Function Libraries, General Information, Installation and Setup, Language ...
- PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the
meta name and value of the a...
- This introductory guide on PHP explains the definition, basic structure and date function of PHP language.
- The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page''s hits in itself, you can eliminate the need for anothe...