Hello Guys,
i have a complete Form creation System. There are many different Question Types and I have to check if the answer which the person had made is correct.
All types of Questions has its own class will is always called ItemClass and this Class is in its own File. Everytime a Question is asked I include the File and the there is that problem: I have to check different types of Questions in one PHP-File. And then there comes the error - ItemClass already declarated.
Is there any method to unset a Class?
Have a nice Day!