PDA

View Full Version : PHP Problem!



davidmsilver
20 Dec 2009, 12:06 AM
Hey all,

I have a form on my website which saves the information to a .txt file which is then displayed on different pages.

My problem I have run into to is this:

On the pages within the /membersonly (where the php form and the resulting .txt files are located) the information displays correctly

On the pages throughout the rest of the site I am getting php errors. I have tried to direct the get php to the files within the /membersonly area but that doesnt seem to make any difference.

Below are two pages, one that works and one that doesnt. Check out the code on those pages and see if you can find what i'm doing wrong/missing.

http://www.hondovfd.org/apparatus.php
(this one has the problems)

http://www.hondovfd.org/membersonly/login.php
(this one works fine)


Thanks for all the help!