Where do I start with ASP? Please Help!?

  • Thread starter Thread starter Julie-Ann
  • Start date Start date
J

Julie-Ann

Guest
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.
 
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:
 
Back
Top