Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How to create this Web form?
I'm working on creating a smoother volunteering process for signing up to bring food items for a homeless shelter. There's a list of food items to bring and I want people to be able to write their name next to and item and it to be saved for everyone else to see. It would be nice to have a email to be submitted and hidden so that I can email reminders. I know HTML and CSS and at the very beginning of learning jQuery. Any amount of help would be amazing and much appreciated! If it is possible I'd like a basic login so that their names are secure... PHP?
2 Answers
- just "JR"Lv 710 years agoFavorite Answer
Yes, this would be Php AND mysql.
You are a little too "newbie" to develop a full blown login, but you can google "free login script": there are hundreds around (but many simply don't work well, or are badly developed).
You can download the "Login Script" from http://web2coders.jrcw3.com/
and have a go! (Try it first...)
- Anonymous10 years ago
I think you need to focus more in PHP and MYSQL Database.
1) HTML - Create Form
2) CSS - User friendly page
3) PHP - To check whether the user has entered correct details (name, food). Also to store that data in MYSQL database.
4) MYSQL - Store the information entered by user. Then use PHP to retrieve that Data and display.
You can use PHPMAIL() function for receiving emails.(Beware of SPAMMERS).
Take time to learn more about PHP and MYSQL. For personal help you can email me because what you are doing is very good indeed.