programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

how can i write the constructor in PHP5?

function __construct() {

function __construct() {
//defination;
}

in php5 we use above syntax in php4 we declare the constructor with the name of the class