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
Creating a website form?
I am creating a website and I was wondering if there is any code that you can use to create a website form that I can customized that automatically posts to the site similar to trip advisor and what not
-thanks
-what i meant to sat was how do i make a form that anybody online can fill out and post to the site like somebody posting a review for trip advisor
3 Answers
- Anonymous1 decade agoFavorite Answer
Yes, you will need to have some basic PHP knowledge to make this happen. You can't use HTML to do this. A great place you can get a free comment box is htmlcommentbox.com
Thanks,
- GitlezLv 61 decade ago
Quick Google searches will get you the in the right direction.
Google: online forms for beginners.
Keep in mind that you will need some server side language experience to complete this.
If you would like, drop me an email, and we can talk about putting this together for you.
Cheers,
Gitlez
- 1 decade ago
its called a content management system (CMS) and you can make one using php, basicly your pages will display stuff from a database and the page you use to edit will add stuff to the database to be displayed on the other page.