close
The Wayback Machine - https://web.archive.org/web/20090117001237/http://php.about.com/

PHP / MySQL

  1. Home
  2. Computing & Technology
  3. PHP / MySQL

PHP and Math

PHP allows you to preform numerous mathematical tasks. You can do anything from simple addition to complex geometry. You can also do things like round numbers, convert bases, or find the absolute value of numbers.

More PHP Math

Angela's PHP / MySQL Blog

Getting Started with MySQL

Wednesday January 14, 2009
Once you know some PHP basics, MySQL is the perfect next step. You can use PHP to interact with MySQL to store information in a logical and secure fashion that can be easily accessed at any time with PHP. Using MySQL you can make your scripts more complex and interactive than if you are trying to store everything in a flat file. [Get Started with MySQL]

Calculating the Hypotenuse with PHP

Monday January 12, 2009
The Pythagorean Theorem tells us we can calculate the hypotenuse of a right triangle using the formula a2+b2=c2. We can plug this formula into PHP to calculate the hypotenuse, or we can use the hypot () PHP function that does this for us automatically. [Read about Hypotenuse]

Upgrade phpBB2 to phpBB3

Thursday January 8, 2009
As a PHP programmer you are often asked to install scripts on peoples websites. PhpBB is one of the most popular forums available, and one I am asked to install a lot. Many users are still using phpBB2 and are looking to upgrade to phpBB3, but looking over the official install and conversion instructions can be intimidating even to someone who knows a bit of PHP. This tutorial helps break down upgrading from phpBB2 to phpBB3 into simple and easy to understand steps.

Learn HTML or Brush Up Your Skills

Monday January 5, 2009
PHP works closely with HTML, and can be embedded right into your existing HTML code. If you are not familiar with HTML you should learn the basics before starting PHP. Fortunately you can do that right here at About.com in our Web Design section. Learn HTML.

Discuss

Community Forum

Explore PHP / MySQL

More from About.com

PHP / MySQL

  1. Home
  2. Computing & Technology
  3. PHP / MySQL

©2009 About.com, a part of The New York Times Company.

All rights reserved.