Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7055181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:43:03+00:00 2026-05-28T03:43:03+00:00

In an attempt to redesign a website, I put this page together by hand.

  • 0

In an attempt to redesign a website, I put this page together by hand. However, there are currently over 100 more shows already that need to be added, and three new shows get added every year.

In the old system, a text document was used as a makeshift ‘database’; it stored data about each show, with shows separated by ‘#’ and data fields separated with ‘]’. Here’s an excerpt:

#The Whorl of the Leaves]WhorlOfTheLeaves]3]F]167
#Aladdin]Aladdin]8]N]0
#A Christmas Carol]XmasCarol84-]7]N]0
#The Feral Child]FeralChild]7]N]118
#Camelot]Camelot]11]N]169

A PHP script was then used to extract the information about each show and make the page seen here.

I’m sure a script could be used to put together a page such as the one shown above, but it seems like there should be a better system than a text document to store the information.

My question is: if the text document ‘database’ is working, should I bother changing it? Is there a better way to organize the information about each show?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:43:04+00:00Added an answer on May 28, 2026 at 3:43 am

    SQLite would be prefect for you. It’s a tiny database that requires no configuration or setup – yet comes built into most PHP installs.

    Just use PDO and your good.

    $db = new PDO('sqlite:/path/to/here/mydb.sq3');
    
    $db->query('SELECT * FROM shows');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I attempt to access this specific pointer, the application crashes and shows a
I'm doing a custom 404 page for a large website that's undergoing a redesign.
First attempt to use this cool site - after searching for 2 hours: So
The following is my attempt at a prepare statement. It is causing the page
This is my first attempt at responsive design, so I'm keeping it simple. I
Is there any attempt to re-make something like Vimeo's couch mode http://vimeo.com/couchmode in jQuery?
This is an attempt to rephrase my previous question as a result of the
Basically I attempt to have a link slide down a div. This is fairly
Second attempt at this question (the initial code wasn't enough to highlight the issue)
This is my first attempt at reverse engineering, and really, I don't know how

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.