Include problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Daveygz
Forum Newbie
Posts: 3
Joined: Fri Dec 24, 2010 12:17 pm

Include problems

Post 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
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: Include problems

Post 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.
Post Reply