Results 1 to 2 of 2

Thread: database

  1. #1
    petarcv Guest

    database

    How can I integrate a database in a web site that can be searched through, online?

    What software should I use to create such a database (it's a farmaceutical medicine database)?

    And how can I make it possible for a customer to order a product from that database?

    Thanks...

  2. #2
    Join Date
    Mar 2010
    Location
    England
    Posts
    1,144
    Its all done with Code, lots of it. (well, it should be lots if its done properly).

    basically, you would use a server side language (such as PHP), and a database (such as MySQL), and then you would create a few tables to store your data, and then use PHP to interact with it, such as inserting rows, extracting data etc.

    My guess is you havn't used PHP before, in which case i would strongly recommend you hire somone to do this for you, as you would have numerous securty issues that need to be addressed, and as you are dealing with money (you said ordering from the database), I really would recomment hiring someone, or using a pre-built site, and use a template.

    You could use Joomla or Drupal, and use some E-commerce plugins to get a small shop up and running.

Similar Threads

  1. database download automation
    By brokenshadows in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 07 Jul 2007, 09:07 PM

Posting Permissions

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