Using Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    Using Database

    Hi all,
    I m new in html...
    I want to create a database n then connect to my site. How can i do that. Which database i use? can i use MsAccess??

    Thanx
    >> ALI <<
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    You won't be able to communicate with your database using HTML. You will have to use a serverside language such as PHP, ASP, etc.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Just to add that I would advise against using Access unless it's for very simple use and few users. Use at least MySQL if other databases are not an option.

      Comment

      • nomad
        Recognized Expert Contributor
        • Mar 2007
        • 664

        #4
        Check to see what your host server has.
        I would recommend MySQL and PHP.
        Most sites you XAMMP to help you create a database and or PHP and SQL scripts

        Note this is not an easy thing to do. You should learn it well before you
        take on a live project. I would make a test server on your local machine.
        Once you feel good about it then you can transfer your info into your host server and create you db (database).

        just my two cents

        nomad

        Comment

        Working...