Sort by :
Date
Rating
Editor's Pick Only
Editor's Pick in Web Programming, September 2006
This article explains the process of working with Objects in PHP 5. The author defines Objects, Classes, Properties and Methods among several other topics. This author gives you the basis to use PHP 5.
First, let's create the html section. I made a simple form, but it gets the job done. You can customize it if you want, but remember to use the same form variables.
This will allow you to create a script that will count the amount of times a certain link has been clicked and display the results on your page.
We'll start of with if
Here is the basic usage of it
variable would be something like $variable
Editor's Pick in Web Programming, April 2006
This tutorial is really helpful to those of us who are a little intimidated by PHP:form. All of those hard to answer questions are easily explained in this simple to use educational web page. Hope you enjoy!
An easy and efficient way to write the date a file was last modified.
We call the function filemtime() that returns an integer (the number of seconds elapsed from Jan 1st, 1970 00:00 GMT) Anyway, to make this integer viewable by human beings, we just format it using date() function.
Editor's Pick in PHP Tutorials, October 2006
This article is a tutorial on how to use Google Web API to creat your own Spell Checker. Although the article is short it is very helpful. It provides the necessary coding and screenshots that make it easy to follow the author's direc.....
What does PHP stand for?
PHP stands for Hypertext Preprocessor and is used for background programming for web sites.









