HI all,
I have a series of php forms which are broken down into methods like html_head(), html_foot etc. Problem is when I submit the first form I return control to the same php, test if the form was submitted and if so do a 'include myNext.php'. When I run this I get an error which says I can't redeclare the methods html_head, html_tail. why is it giving me this error?