Page 1 of 1

Include problems

Posted: Fri Dec 24, 2010 12:23 pm
by Daveygz
I am including a script so site visitors can add their name to a mailing list. When I include the mailing list code, it kills the include for the navigation footer. I know it's something simple, but I just can't see it for some reason. When I remove the include for the mailing list, the footer re-appears. Any help would be appreciated.
Thanks In advance
Dave

The page that is having an issue: http://www.permagreenorganics.com/z_new/index.php
code In a text File: http://www.permagreenorganics.com/z_new ... p_code.txt

Re: Include problems

Posted: Fri Dec 24, 2010 4:15 pm
by cpetercarter
Perhaps because the code you have posted (which is - sorry - a mess) contains a function which puts a form on the web page, but places the closing </form> tag outside the function.