Click to See Complete Forum and Search --> : Please help with my form...


Joachim
09-12-2005, 01:22 PM
I do not know that much about writing code, I just know the basics and how to work with dreamweaver and flash. But now I want to make a page on my site where people can put down what they think, and I want to retrieve that information. The webserver I'm using can use php4, asp, and mysql... Can somebody explain me how to do it? Because I'm totaly stuck... And can somebody also tell me what is the best thing to do if you are just beginning to start learning to program for webdevellopment, which language? I know html...

Thank You,

My "site" (http://www.jdrdesign.be) :o

Bullschmidt
09-13-2005, 11:50 PM
For your particular question I'd suggest looking at www.asp101.com/samples and especially looking over the database examples. And this would be ASP code.

ASP and PHP are similar but ASP is more like Basic (or Visual Basic) code and often uses an Access or SQL Server database.

PHP is more like JavaScript or C code and often uses a MySQL database.

And ASP.NET is more like JavaScript or C code and often uses an Access or SQL Server database but has a steeper learning curve and some more features than the others.