Results 1 to 7 of 7

Thread: Database Driven Websites

  1. #1
    Registered
    Join Date
    Oct 2003
    Location
    Austria
    Posts
    10

    Database Driven Websites


    Hi, Chris asked me to publish our short email
    communication to the benefit of all readers in
    the forum :

    "Hi, Chris

    Well, first of all I must say that your site is
    a very useful resource. Now to my issue, I would
    like to create a database driven site, looked at
    your literature site and finally learned that
    you are only using about half a dozen php files
    to create 13.000 "pages".

    Is it not still an enormous task to fill all
    those 13.000 database records or is there any
    automated job involved (or just a few hundred
    database records) ?...."

    He gave a pretty enlightening explanation then:

    "Databases are scalable. It doesn't matter if you have
    1000 records or 30000, the programming is the same.

    When thinking of a database driven site think of HTML
    like an empty glass. You can fill that empty glass with
    grape juice, wine, water, soda, it doesn't matter, you
    only need one glass.

    So with a single HTML file (or PHP file in this case) you can
    make a page about grapes, oranges, apples, bananas, it
    doesn't matter.

    What you do is pass an argument to the file telling it
    what information to display.

    http://www.example.com/script.php?fruit=banana

    So you're telling your script to pull the information
    on the fruit "banana" from the database, which it
    then displays...."

    Thanks
    Last edited by star; 10-19-2003 at 06:59 PM.

  2. #2
    Registered
    Join Date
    Oct 2003
    Location
    Austria
    Posts
    10
    However what I do not quite understand concerns the
    database itsself. To create 13000 unique content pages
    one needs to fill as many database records manually (?) .

    How could that be humanly possible, or again am I missing
    the point here completely ?

    In the meantime I have heard of "possible" pages of a certain
    amount in other forums. So let us use an example :

    50 database records (of any kind)

    How many unique website pages are possible here ?
    And what about the potential problem of spamming the
    search engines ?

    Any feedback is appreciated....

    Thanks
    Last edited by star; 10-19-2003 at 07:00 PM.

  3. #3
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Yes, the data entry needs to be mostly manual (sometimes automated scripts can do it if you have a current data source).

    You shouldn't expect to create 13,000 records overnight, my site that has that many took 2-3 years to get that large.

    There is no spam issue with database driven websites.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  4. #4
    Registered
    Join Date
    May 2003
    Location
    Southern California, USA
    Posts
    46
    Plus each page should be unique and optimized for search engine. Just look at the yellow page directory, each page is unique though it contains known data. It's possible to create thousands of pages, no spamming.

  5. #5
    Registered
    Join Date
    Oct 2003
    Location
    Austria
    Posts
    10
    Okay, thank you.

  6. #6
    Freelance Web Designer KeithMcL's Avatar
    Join Date
    Aug 2003
    Location
    Dublin, Ireland
    Posts
    53
    The one major drawback about db driven sites is that not all search engines will index dynamic pages. Google does. I'm not sure about Yahoo, AltaVista or the others.

  7. #7
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    OF course there are ways to fix that.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

Similar Threads

  1. Editorial Quality of Websites
    By CBR in forum General Management Issues
    Replies: 10
    Last Post: 05-12-2015, 02:46 AM
  2. Cheap text advertisements on 3 websites
    By geesh in forum The Marketplace
    Replies: 0
    Last Post: 03-23-2004, 02:50 AM
  3. Non-CPanel Database
    By iKwak in forum Web Hosting & Servers
    Replies: 1
    Last Post: 02-16-2004, 02:12 PM
  4. Learning how to create PHP database driven sites online...
    By incka in forum Website Programming & Databases
    Replies: 15
    Last Post: 01-23-2004, 03:18 PM
  5. database for articles
    By The Literary Thug in forum Website Programming & Databases
    Replies: 2
    Last Post: 07-28-2003, 01:03 PM

Bookmarks

Posting Permissions

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