Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-07-2007, 08:46 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2006
Posts: 6
Default need html help

hi i m doing pgdca
and these days i m learing html
but acc to our sylabus, my sir only teach bout how to design webpages
but nevet told, how to connect these webpages to the databases.

like i have done vb, and i knw how to connect to the database

so can anybody tell me wats the procedure to connect the html files to the databases..

thanks
SMARTLUBANA is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-07-2007, 09:23 PM   #2 (permalink)
True Techie
 
nithinks's Avatar
 
Join Date: Apr 2005
Posts: 259
Default Re: need html help

WRONG SECTION
You can connect HTML pages to databases, provided you are using ASP,PHP,JSP,JAVA ....etc, for designing, with HTML. Using these languages you can connect to the databases such as MySql,MS access,MSSql etc.

Connecting to MySql database in PHP is something like this

<?php
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = 'password';

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');

$dbname = 'petstore';
mysql_select_db($dbname);
?>
__________________
http://www.mytechyard.com/

Last edited by nithinks; 05-07-2007 at 09:29 PM.
nithinks is offline  
Old 05-07-2007, 09:48 PM   #3 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2006
Posts: 6
Default Re: need html help

thanks

but i dont know wat is asp, php, jsp

and i also dont know how to connect ms access database using these asp,php,jslp with the html
SMARTLUBANA is offline  
Old 06-07-2007, 09:53 AM   #4 (permalink)
True Techie
 
nithinks's Avatar
 
Join Date: Apr 2005
Posts: 259
Default Re: need html help

the above code will connect PHP page to MySql, and you can learn jsp,PHP. easily by studying some online books , programs.Just go through some PHP projects online, you will get an idea.
__________________
http://www.mytechyard.com/
nithinks is offline  
Old 09-07-2007, 02:52 PM   #5 (permalink)
Right Off the Assembly Line
 
tanvi chaturvedi's Avatar
 
Join Date: Apr 2007
Posts: 21
Default Re: need html help

hy u can learn ASP (buk name ASP.net)as it is more or less similar to VB...
as u r learnin html so u can merge both .dunno worry ASP is easy!!


tanvi chaturvedi is offline  
Old 10-07-2007, 05:48 PM   #6 (permalink)
ax3
Cool as a CUCUMBAR ! ! !
 
ax3's Avatar
 
Join Date: Dec 2003
Posts: 5,002
Default Re: need html help

@SMARTLUBANA ......... things u r learning r just BASIC HTML ......

& 1`s u want is ADVANCE HTML ..........

try learning these lang from : http://www.w3schools.com/default.asp ......

hope it helps u ..........
__________________
... W H O T ...
ax3 is offline  
Old 13-07-2007, 07:50 PM   #7 (permalink)
Right Off the Assembly Line
 
tanvi chaturvedi's Avatar
 
Join Date: Apr 2007
Posts: 21
Default Re: need html help

i suppose connectivity to db is not advanced HTML... its just core of eithr ASP,php,java.... html has nothing to do with connectivity !!!

@ax3..
tanvi chaturvedi is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML to Compiled HTML(.chm) [A]bu QnA (read only) 3 20-04-2007 10:08 PM
HTML himtuna QnA (read only) 20 31-10-2005 10:55 PM
HTML COURSE???? himtuna QnA (read only) 23 14-06-2005 05:34 PM
HTML tp PHP help_me QnA (read only) 2 02-06-2005 10:03 AM
HTML to exe vijaythefool QnA (read only) 5 24-01-2005 07:39 PM


All times are GMT +5.5. The time now is 06:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2