How to link any data base with my website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jaideep93
    New Member
    • Nov 2009
    • 1

    How to link any data base with my website

    I am a student of XI th class and i had made a website for career couseling for the exhibition.
    I have made a registration page in it so that students could register but unfortunately I do not know how to link a database to my plain html web page so that if anybody registers during the exhibition, i cannot save it.

    If i some how am able to make it then I would be able to allow them to sign in to that account. I made this site with Dreamweaver but it also does not has anything according to my needs

    if some body likes i would send the code of my page.
    I desperately need help before my exhibition and i really would be grateful to any body who could help me

    I do know how to link html links and html tables to access but i am unable to link the fields in the form to any database
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You can't use a database in HTML.

    This will have to be done Server Side using server side-code like PhP, Java, ASP, ASP.NET.......t he list goes on.

    Your form in your HTML page will have to submit to the server. The server will then have to call the appropriate code to handle your database stuff.

    -Frinny

    Comment

    Working...