i have 2 classes, the first one is called functions and the second one i called upload/ all end with .inc.php the functions class is working perfectly, but when i use the upload class (extends Functions), he finds the class and the methods but cannot corectly execute them. (vars defined in Functions are empty for the Upload class.)
ERROR:
Fatal error: Cannot instantiate non-existent class: upload in test/archiv.inc.php on line 5
what could be the mistake i do, so that the vars are 'visible'. i am new to classes in between.
regards