Showing posts with label php5. Show all posts
Showing posts with label php5. Show all posts

Monday, March 05, 2012

Useful links for integrating Twitter with PHP.

Useful links for XML Parsing using jQuery/PHP.

Monday, August 24, 2009

About PHP5

PHP5 has improved support for OOPS when compared to PHP4. The 4 pillars of OOPS are fully supported by PHP5 i.e. Encapsulation, Inheritance, Polymorphism and Abstraction. You can also create interfaces; if you have been designing classes for a while, you know how important interfaces are.

Monday, August 17, 2009

Using Stored Procedures & MySQLI in PHP 5

For the occasions that you want to use a stored procedure you’ve written in MySQL 5 through PHP , the semantic tool to use is PHP’s built in mysqli objects/package.

According to the php.net: “The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above.”

MySQLI stands for MySQL Improved, and it most certainly is with the addition of prepared statements and extensible Object Oriented interface.

Monday, July 27, 2009

PHP Tutorial on Classes, Inheritance, Polymorphism, Magic Methods & Exceptions

This page will consist of various articles and tutorials on PHP, e.g.: PHP5 Tutorial, PHP Examples, PHP Class, etc. Read on to find out.