ProgrammingPHP.net submitted tutorials


profile / submitted / saved / comments / tutorial comments
RSS feed
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.
Rating: 3.0/5 | 1,340 clicks | 0 comments | 0 saves | share | report
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.
Rating: 2.5/5 | 1,023 clicks | 0 comments | 0 saves | share | report
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.
Rating: - | 22 clicks | 0 comments | 1 save | share | report
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.
Rating: 2.5/5 | 941 clicks | 0 comments | 2 saves | share | report
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.
Rating: 3.4/5 | 1,211 clicks | 0 comments | 1 save | share | report
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.
Rating: 1.0/5 | 22 clicks | 0 comments | 0 saves | share | report