Results 1 to 3 of 3

Thread: HTML and Databases..........

  1. #1

    Thread Starter
    Hyperactive Member sterankin's Avatar
    Join Date
    Jul 2001
    Location
    N.Ireland
    Posts
    336

    Question HTML and Databases..........

    Hi there, I have data in an access database that I want to put on a web page.

    Ideally, I would like to upload the database to the web, and my webpage would display the data (in a table or something)

    Is this possible (of course it is), but can anyone give me directions as where to start.

    I know HTML, but I'm sure it is more complicated that this.

    If anyone could point me to a tutorial, I would be most grateful.

    Thx


    "The Dude abides...."

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    ASP is one option Tuts

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    You'll pardon me if I sound like a prude here:

    HTML is a client side, markup language. Nothing more.

    This means that HTML is used only to manipulate the display of what you want.

    To work with a database, you will need to learn a server side language. A server side language executes code at the server and gives HTML output.

    The most common server side languages are ASP, CGI Perl, PHP and Cold Fusion. (IMEO, ASP is the best)

    There's already an ASP link in the previous post. You'll also have to find out whether your server supports it or not.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width