Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

PHP Subcategories

Beginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays |

Using objects to create an application
PHP | Views: 7 |
Michael Johnson shows you how to use objects to create an application, building the application up from smaller parts

OO Design: Abstract Classes
PHP | Views: 0 |
This article is the first in a series of articles that will focus on various object-oriented design topics. In this article we are going to talk about the concepts surrounding abstract classes, situations where they are useful in design, how we can imple..

Object Oriented PHP: Paging Result Sets
PHP | Views: 1 |
Find yourself writing the same code again and again? Try Object Oriented Programming! Kev creates a reusable component to split MySQL results into pages

Classes and PHP
PHP | Views: 1 |
The hardest concept I've tried to understand since beginning to use PHP was that of classes. I'd never used a database engine but learning to use MySQL, at least for the more basic functions, was a breeze. Having never used OOP before, classes were novel