What does this mean? Ive included a file inside my php and im trying to access a function inside of it..not sure whats goin on..
edit*
figured it out.
When including a file, you need to initiate a new class like so
PHP Code:inc ('includes/class.myclass.php');
$myquery = new myclass();





Reply With Quote