•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 391,990 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,296 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 436 | Replies: 5
![]() |
•
•
Join Date: May 2008
Posts: 12
Reputation:
Rep Power: 1
Solved Threads: 1
Hello guys and girls,
My self Anil and i m a BCA 3yr student. in this semester i have subject named HTML so i want some good ebooks on HTML in which the method of connecting to database ( specialy sql) is included. i.e how to connect database to the website please help me to find ebook.
thanx in advance.
My self Anil and i m a BCA 3yr student. in this semester i have subject named HTML so i want some good ebooks on HTML in which the method of connecting to database ( specialy sql) is included. i.e how to connect database to the website please help me to find ebook.
thanx in advance.
You seem to be thoroughly confused there. Firstly, HTML is a markup language and used as a presentation layer technology. You don't connect to databases using HTML; you need a general purpose programming language like C/C++/Java/Ruby/Python to connect to databases. Google for 'HTML Tutorial' and start reading...
"I don't accept change. I don't deserve to live."
"Working a real job is a win if you're lazy, greedy, or unmotivated. If you're average, you fit right in. And if you're above average, the basic terms of employment and premise of the arrangement is against your interests."
"Working a real job is a win if you're lazy, greedy, or unmotivated. If you're average, you fit right in. And if you're above average, the basic terms of employment and premise of the arrangement is against your interests."
•
•
Join Date: Aug 2006
Location: Noida, India
Posts: 152
Reputation:
Rep Power: 3
Solved Threads: 16
Adding to SOS, i want to tell u that HTML is used as presentation layer ie it is used to present somthing(text, image etc.) on the web page.
like
above HTML code will draw button on a web page with cation as 'Click me!'.
For database intraction u have to learn other languages as SOS had mentioned.
like
html Syntax (Toggle Plain Text)
<input type='button' value='Click me!'>
above HTML code will draw button on a web page with cation as 'Click me!'.
For database intraction u have to learn other languages as SOS had mentioned.
When you think you have done a lot, then be ready for YOUR downfall.
•
•
Join Date: Aug 2006
Location: Noida, India
Posts: 152
Reputation:
Rep Power: 3
Solved Threads: 16
Yes u r correct. Thats why we are suggesting u to learn some general purpose languages, so that u would be able to interact with the database.
The theme is that:
you create a page on website using HTML, and in that web page u draw some controls (textbox, buttons etc.), so that u can ask user for input.
And then you validate(not doing any database interaction) the data like that any fields are not set empty etc using some client-side scripting language like javascript.
And then u send those parameters(user id, password etc. ) to the web server.
And then on web server u use some G.P. language(like java) to interact with database.
And depending upon the database, You will send a response back to webpage (ie client).
This is a general flow which is used to develop a web site. So ur first step is to develop a web page with some controls on it. That is done using HTML.
The theme is that:
you create a page on website using HTML, and in that web page u draw some controls (textbox, buttons etc.), so that u can ask user for input.
And then you validate(not doing any database interaction) the data like that any fields are not set empty etc using some client-side scripting language like javascript.
And then u send those parameters(user id, password etc. ) to the web server.
And then on web server u use some G.P. language(like java) to interact with database.
And depending upon the database, You will send a response back to webpage (ie client).
This is a general flow which is used to develop a web site. So ur first step is to develop a web page with some controls on it. That is done using HTML.
When you think you have done a lot, then be ready for YOUR downfall.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: delete and refresh search results
- Next Thread: Function undefined



Linear Mode