Month: July 2014

PHP Classes

Object Oriented PHP Programming If you read the last tutorial on there, you might be wondering why your code isn’t working. You entered everything there, but at best, you’re getting only a white screen. Well, that’s because I showed you pseudocode; those Classes don’t actually exist, so we need to write them. Person Class class […]

Advanced PHP Tutorial

An Intro to Classes And More Classes: An Object Oriented Approach In the course of a project, sometimes it’s handy and logical to have an item that contains certain properties and can do certain actions. In real life, this manifests itself in our everyday life by the objects we ourselves interact with. Take a pencil […]

Basic PHP Tutorial

The Unofficial PHP Tutorials Intro to PHP, Hypertext Preprocessor So someone wants to learn about PHP, the Hypertext Preprocessor. These tutorials aim to teach a beginner enough PHP to learn more advanced topics at their leisure. When you are finished with these tutorials, you should be able to install a web server, write a PHP […]