Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: May 2008
Posts: 19
Reputation: andy_aphale is an unknown quantity at this point 
Solved Threads: 1
andy_aphale andy_aphale is offline Offline
Newbie Poster

Help please

 
0
  #1
Jul 3rd, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 7,623
Reputation: ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of 
Solved Threads: 468
Super Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Failure as a human

Re: Help please

 
0
  #2
Jul 3rd, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 319
Reputation: Luckychap is on a distinguished road 
Solved Threads: 42
Luckychap's Avatar
Luckychap Luckychap is offline Offline
Posting Whiz

Re: Help please

 
0
  #3
Jul 3rd, 2008
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
  1. <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.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 19
Reputation: andy_aphale is an unknown quantity at this point 
Solved Threads: 1
andy_aphale andy_aphale is offline Offline
Newbie Poster

Re: Help please

 
0
  #4
Jul 4th, 2008
but if we want to create a website on which user must have to enter there login id and password to login then the info about user must be store in database. is it correct or not?????
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 319
Reputation: Luckychap is on a distinguished road 
Solved Threads: 42
Luckychap's Avatar
Luckychap Luckychap is offline Offline
Posting Whiz

Re: Help please

 
0
  #5
Jul 5th, 2008
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.
When you think you have done a lot, then be ready for YOUR downfall.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 19
Reputation: andy_aphale is an unknown quantity at this point 
Solved Threads: 1
andy_aphale andy_aphale is offline Offline
Newbie Poster

Re: Help please

 
0
  #6
Jul 6th, 2008
ok thnx
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC