help please!

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
p_sha85
Forum Commoner
Posts: 30
Joined: Sat Mar 21, 2009 1:55 pm

help please!

Post by p_sha85 »

Hi all-

I had posted this in the databases section of the forum but no-one answered it so I'm trying it here. I really need help with this ASAP!

I am having trouble coding this MySQL/PHP website. I have written the code but I have no clue if its right. On top of that, the server which I am testing it on keeps saying it cannot connect to the database as access was denied. I may have fixed that problem but now the webhost I'm using is doing some maintenance so I can't test it. Anyways, I thought I would ask here to see if there is something going on in the code I've written. Please see the attached file (just open the php/html files with notepad) and let me know what I'm doing wrong. I need to submit this ASAP today and I'm still having so many problems with it. Help! Thanks :?


*Pooja*
Attachments
Surveys.zip
(3.2 KiB) Downloaded 31 times
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: help please!

Post by McInfo »

1. Hint: Strings are case-sensitive.

2. You did not include surveys.txt in your ZIP.

3. "no_op", "poor", "fair", etc. are not field names in your t_options table.

Edit: This post was recovered from search engine cache.
Post Reply