Jump to content

PHP codes


chamr74

Recommended Posts

Add a new page to your web site called ‘feedback’. This page should contain a web form to collect the feedback of the reader and those feedback texts should be written to a text file.(Using PHP) There should be another page which is password protected (A hard coded password (a password that is given in the code, in other words you don’t have to read from a database or file) is enough) to view all the feedbacks. (Use PHP) This page should have all the feedbacks and formatting of the output text in a nice way is not important. But the feedbacks should be clearly visible.

 

Explanation

 

Here have to design a feedback form to retrieve feedback from the users(visitors) of the website.

Once a user enters feedback and submit, it should be written in a text file.  

Then create a user login (hard coded user name and password).

Once a user logins, he should be able to read all the feedbacks entered by each visitor.

Link to comment
Share on other sites

I'm locking this thread as this is ridiculous.

 

If you want help with something you've coded, then PM me and I will unlock it so that you may post your code and ask for help in fixing it.

 

If you want someone to code this for you, we have a freelance section.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.