PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am Using PHP 4.3 version and im writing code using classes and functions. but after sometime my application gives me an error that 'Cannot instantiate non-existent class: sqlfunctions in D:\afaque\sql\index.php on line 13' but the class is there and it was working previously. if i create another application with the same functionality it works but after some time it stopped working is there any version related error. Plz give me suggesions....
I've had problems with IIS not picking up the relative path of included files. Try the absolute path. If it works you will probabaly want to add include_path() to your code.