PHP Magic Functions: Best Part of Object Oriented PHP – Final Part

Continuing my posts on PHP Magic Functions lets close this topic now and talk about rest of the Magic Functions. __sleep and __wakeup : Serialize and Unserialize Your Objects as You Wish Before talking about these magic functions, I want you to be clear about serialization and unserialization of a variable. Some times you need …

PHP Magic Functions: Best Part of Object Oriented PHP – Final Part Read More »

A simple guide to wordpress installation : Database Connections

WordPress is a decade old web application, the engine behind million of websites ranging from blog networks to e-commerce portals running on the World Wide Web. Though it can be compared with other sibling blogging platforms available on the internet like Blogger, Weebly, TypePad and Tumblr as a user driven content generation and management system, …

A simple guide to wordpress installation : Database Connections Read More »

CSS: The Beginners guide

CSS is a language that helps to portray the content written in HTML or any other Markup Language. The grammatical definition of CSS is Cascade Style Sheet which has evolved from SGML about three decades ago. CSS was developed to style up web documents and allow web developers to create powerful and compelling website. How …

CSS: The Beginners guide Read More »

Scroll to Top