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
Where do I start with ASP? Please Help!?
I've learnt basic HTML but I hardly ever code (I use Dreamweaver so it basically does it for you). I'm having trouble creating forms: as in name... comment... and submit, etc. Everything works fine using method=post... but when you click submit, nothing happens.
Someone told me I need to use php or asp. I have no idea how that works or where to start.
Can anyone recommend a book (for real beginners) or should I take a course at a college or are there any simple tutorials that might help? I really don't understand much tech-jargon so please keep it simple!
Thanks in advance.
2 Answers
- WinLv 51 decade agoFavorite Answer
ASP is already looking like history.
Go PHP
www.php.org
It is a lot easier and has a great community.
- Anonymous1 decade ago
It all depends on what you are trying to do.
The form needs to be submitted somewhere. <form name="nameme" action="where?" method="POST">...
See links below:
Source(s): ASP Tutorial: http://www.w3schools.com/asp/default.asp PHP Tutorial: http://www.w3schools.com/php/default.asp Form Tutorial: http://www.w3schools.com/html/html_forms.asp