Reply to Re: problems

Re: problems new!
by Liam ONeill, 13 years, 9 months ago
function __autoload($class) {  
  $pathtoclass = '/classes/'.$class.'.class.php';
  require_once($pathtoclass);
}
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important