Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: simple php database?  (Read 1237 times)

0 Members and 1 Guest are viewing this topic.

saloonstudios

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 68
  • Last login:August 08, 2018, 12:09:13 am
simple php database?
« on: October 26, 2010, 01:43:49 pm »
Here's the deal, I want to catalog some stuff into an online database so that they're viewable by their pertinent specs. Sort by manufacturer, or production year or whatever else. I would just do this in WordPress using Custom Field Templates since that's what I know how to do, but in wordpress everything is either a page or a post, and I'd like to be able to create a new content type for these things. I briefly tried out Drupal and while it seems like it'd work, using the "vocabulary" drop boxes to specifically ID all of the item specs is a little clunky.
Does anyone know if you can create new content types in wordpress (to something other than a page or post) or if there's another simple php app that'll handle this for me but in a simpler way than Drupal?
Think something like Jakobud's site, where you can sort by different specs, but I'd like all of this in a database so that I can call those item's and their specs onto other pages. I could list all of the 1987 items with their images on a separate page or whatever-
http://www.jakobud.com/plan-list.php

SavannahLion

  • Wiki Contributor
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5986
  • Last login:December 19, 2015, 02:28:15 am
Re: simple php database?
« Reply #1 on: October 27, 2010, 12:42:28 am »
Did you look at any of Drupal's plug-ins yet?

Worst comes to worst, you might have to write your own plug-in for one of the packaged PHP sites or roll a complete website on your own.

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Re: simple php database?
« Reply #2 on: October 27, 2010, 05:41:28 am »
http://www.phpmyedit.org/

Drop dead simple. I use this occasionally for giving non-database minded coworkers access to the databases.

saloonstudios

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 68
  • Last login:August 08, 2018, 12:09:13 am
Re: simple php database?
« Reply #3 on: October 27, 2010, 02:12:10 pm »
http://www.phpmyedit.org/

Drop dead simple. I use this occasionally for giving non-database minded coworkers access to the databases.

As soon as I wrap my head around it, this might be what I needed.

VanillaGorilla

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 480
  • Last login:March 08, 2019, 10:23:51 pm
  • Coin detected in pocket
Re: simple php database?
« Reply #4 on: October 27, 2010, 05:03:39 pm »
Im a Database programmer. I work with MySQL daily. I dont think you are going to be able to do what you want to do with wordpress alone, unless theres something I dont understand. If you want to PM me to discuss details, i may be able to help you out with this. Im curious what you are cataloging, I had it in mind to do something similar I think, when I didnt have another 100 projects going on :)

saloonstudios

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 68
  • Last login:August 08, 2018, 12:09:13 am
Re: simple php database?
« Reply #5 on: October 27, 2010, 07:33:04 pm »
*cough*startrektoycollection*cough*

missioncontrol

  • MC-Retro says Wot!
  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7855
  • Last login:November 06, 2024, 06:22:12 pm
Re: simple php database?
« Reply #6 on: October 27, 2010, 10:01:36 pm »
build your DB in MySQL then from there you should be able to get some help on sorting and such with PHP. I know a little and could possibly help...