Jump to content

dynamic web page


mab

Recommended Posts

First you need to think about where the dynamic content is going to be generated.

 

If it is just things like manipulating the elements in the page or the browser window, you can do it all on the client side. Use a client-side language like VBScript or JavaScript.

 

If you are going to be building pages from entries in a database on a server, you will need to use a server-side language like ASP or PHP. The server you are using will determine which languages you can and can't use.

Link to comment
Share on other sites

Thanks for answering,my question.

My server supports ASP.I want to use it with dreamweaver,and want to make such kind of page, where anyone could place his/her data,which would be then be stored in a database folderwhich latter I could access.

An other problem is that I find ASP quite difficult,I wonder, if there could be something easier then ASP, which I could use as substitute.

Link to comment
Share on other sites

Personally, I despise ASP for server-side programming because it's so crap. PHP is a much better choice for server-side content - it's supported by most server hosting companies as well, which is a bonus. Have a look into it - it's simple, easy to use and above all easy to get going with.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.