- 1,233 categories
- 40,467 scripts
Updated: 11/25/2004
- PHP Ticket is an advanced ticketing system, written in PHP with a MySQL backend. It includes user management through sessions, a search function and several other functions to simply ticket management. It can be hosted on any platform running PHP and MySQL.
- Categories
- Tags
- Platforms
- Licenses
- 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...