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
Include problems
Moderator: General Moderators
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: Include problems
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.