Categories

Updated: 07/19/2005

select populator

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.
Similar Scripts for "select populator"

Wu-Name Generator

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

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 ...

Getting and Using Meta Tags for Search Criteria

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...

What the Heck is PHP?

This introductory guide on PHP explains the definition, basic structure and date function of PHP language.

Embedded Hit Counter

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...
©2003-2008 jCay.com