Utilities
phpDoc
For PHP programmers who work as a group and who want to use classes and functions
in their development it is difficult to distribute and update the required
documentation. phpDoc provides a method of managing information about your classes and functions. You can add projects, classes, functions and their parameters. For each of them you can define a name, a description and an example. The multilanguage support is not yet working, but on its way. In a future version phpDoc should support a possibility to give several users the possibility to work locally and merge their entries into a central online source.
Reviews0
PriceFree
Views3476
Alphas
This very simple PHP script allows you to create an array of alpha characters (A-Z) and returns it. Does not use array_push so it is PHP3 compliant.
Reviews0
PriceFree
Views2409
PopUpMenu
This is a handy little PHP script that allows you to make a state-maintaining popup menu. Note: this site requires registration to access the file.
Reviews0
PriceFree
Views3571
CountryList
This simple PHP script allows you to make a state-maintaining popup menu of countries, using ISO 3166 standard abbreviations. This site requires registration before downloading files.
Reviews0
PriceFree
Views3570
TableToHash
This small script allows you to turn a MySQL database table into a hash, and optionally a state-maintaining popup menu. There are two complementary functions: tableToHash which returns a hash, and tableToPopup which prints out a popup menu based on the hash. Note that you must have already opened a connection to a MySQL database before using this, otherwise mysql query will fail. Note: this site requires registration to access the file.
Reviews0
PriceFree
Views2011
StateList
This is a handy PHP script that allows you to make a state-maintaining popup menu of US states and Canadian provinces. Note: this site requires registration to access the file.
Reviews0
PriceFree
Views1728