mab Posted October 19, 2004 Share Posted October 19, 2004 I want to create dynamic web page. By which package I can create dynamic page easily. Can I get tutorials from websites.Please guide me. Link to comment Share on other sites More sharing options...
Sayonara Posted October 19, 2004 Share Posted October 19, 2004 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 More sharing options...
SubJunk Posted October 19, 2004 Share Posted October 19, 2004 draac has great tutorials on dhtml, html, frames, tables, and great links to javascripting, perl etc Link to comment Share on other sites More sharing options...
mab Posted October 20, 2004 Author Share Posted October 20, 2004 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 More sharing options...
Dave Posted October 21, 2004 Share Posted October 21, 2004 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 More sharing options...
mab Posted October 22, 2004 Author Share Posted October 22, 2004 Thanks for the advice. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now