I am trying to upload an website everything seems to work but one thing and i need and need help on how to fix this I am getting this error Here is the script how to i repair this error thanks annie98
The error information tell you everything..... There is no object called myVar.............. but you call: $myVar->set_file($file); So PHP tell you: Call to a member function set_file() on a non-object
I think the problem is not inside your class, but inside the script that call the class. can you show script that call the upload class ?