Results 1 to 5 of 5

Thread: Data and web pages

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Eat Meat Whale Meat
    Technical Staff Citizen Moderator Emeritus

    Join Date
    Jun 2006
    Posts
    15,812

    Default Data and web pages

    I want webpages that will grab data from an Access database based on user given data, and display the filtered data on the page. I have basic HTML, and from the looks of things I think I can grasp CSS and javascript without too many problems. I don't know anything else about web servers. I have 2 computers on Win XP Pro over a LAN which I can use and abuse. I don't expect heavy load.

    Javascript can format data, but it works on the clientside, so while I can grab data from a local database to test, it's obviously not ideal or even good enough in the end. PHP seems to be one way of doing server side scripting, but it says it needs to be installed on a computer which already has a web server, which makes me wince. The only free web server software in the wiki list of most populars is lighttpd, and like every other such software, I wouldn't know where to start.

    Any suggestions as to what to use and how to begin?

  2. #2
    Squid's Avatar Opifex
    Patrician Artifex Technical Staff

    Join Date
    Feb 2007
    Location
    Frozen waste lands of the north
    Posts
    17,751
    Blog Entries
    3

    Default Re: Data and web pages

    First of all unless your prepared to switch the xp box to linux you can forget lighttpd as its linux only.

    The first thing you'll need is Apache HTTP Server. Its free and relatively simple to setup and there are lots of tutorials on how to do it.
    The next thing you'll need is to grab php install it
    Follow http://www.w3schools.com/php/php_db_odbc.asp to learn how to configure the xp box to allow a relatively easy connection to an msaccess database
    Under the patronage of Roman_Man#3, Patron of Ishan
    Click for my tools and tutorials
    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." -----Albert Einstein

  3. #3
    Eat Meat Whale Meat
    Technical Staff Citizen Moderator Emeritus

    Join Date
    Jun 2006
    Posts
    15,812

    Default Re: Data and web pages

    Quote Originally Posted by Squid View Post
    First of all unless your prepared to switch the xp box to linux you can forget lighttpd as its linux only.

    The first thing you'll need is Apache HTTP Server. Its free and relatively simple to setup and there are lots of tutorials on how to do it.
    The next thing you'll need is to grab php install it
    Follow http://www.w3schools.com/php/php_db_odbc.asp to learn how to configure the xp box to allow a relatively easy connection to an msaccess database
    Ta.

  4. #4
    Squid's Avatar Opifex
    Patrician Artifex Technical Staff

    Join Date
    Feb 2007
    Location
    Frozen waste lands of the north
    Posts
    17,751
    Blog Entries
    3

    Default Re: Data and web pages

    Your welcome.

    This, http://www.php.net/manual/en/install...ws.apache2.php will help you get php working with apache. If you're not actually worried about going over the network and are more concerned just for figuring out how to connect to an msaccess database then you could use either WAMP or uniserver which has apached/php/mysql in a standalone package you can run on your local machine.
    Under the patronage of Roman_Man#3, Patron of Ishan
    Click for my tools and tutorials
    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." -----Albert Einstein

  5. #5

    Default Re: Data and web pages

    XAMPP too, it's a lifesaver. I had tons of trouble getting Apache and PHP and MySQL all configured correctly.
    Under the Patronage of Leonidas the Lion|Patron of Imperator of Rome - Dewy - Crazyeyesreaper|American and Proud

Posting Permissions

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