Changing Base with PHP
Monday September 29, 2008
Converting numbers from one base system to another can be a tricky process. Fortunately PHP makes it easy for us with the Base_convert () function which does it automatically. ... Read More
Today's Date
Thursday September 18, 2008
The current date can be displayed using the date () function. When nested inside the print () function, you can display today's date on your website.
Learn MySQL
Thursday September 11, 2008
If you already know PHP and want to expand into using database's you should check out our Learn MySQL Tutorial. It will help you learn the basics of MySQL ... Read More
What Version of PHP Am I Running?
Thursday September 4, 2008
Different versions of PHP may have different default settings, and in the case of newer versions might have new functions. If you can't get something to work, and think it ... Read More
