Creating database tables
Submitted by ProgrammingPHP.net » Making use of MySQL and its databases will enable you to more fully enjoy the potential of PHP. Here is a look at creating a table in your MySQL database.
Random Number Generator with PHP Rand, Srand Functions
Submitted by ProgrammingPHP.net » Learn quick PHP functions which allow for the selection of pseudo-random numbers out of the generator. See how to implement different options based upon the results of the number, and view a table with descriptions and usage examples of the functions involved.
Edit phpBB: Based on users active over the past five minutes
Submitted by ProgrammingPHP.net » A frequent question regarding phpBB forum scripts seems to be how to alter the length of user activity shown. Here is an easy four-step guide to walk the webmaster through slight script editing and properly replacing the old with the new.
GD Support Server Check gd_info Function
Submitted by ProgrammingPHP.net » Test your server's ability to use GD image manipulation through this script. If installed and supported, the GD library allows you to use CAPTCHA image verification and other forms of dynamic images.
PHP Date Function
Submitted by ProgrammingPHP.net » Discusses the uses of the date function, showing examples of how to implement parameters, how to literally process characters within it, and more. Concludes with a list of most date function parameters, descriptions of what they output and examples.
Variables, Print and Echo
Submitted by ProgrammingPHP.net » Beginning steps in PHP are clarified, including: how to open and close PHP code, properly end lines, determine variable value, use mathematical equations, and begin using print and echo commands.



