Jump to content

PHPWannabe

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About PHPWannabe

  • Birthday 08/07/1986

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Not Telling
  • Location
    Seattle, WA

PHPWannabe's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a database that stores information, and I can recall that information in PHP scripts. One table stores information on recorded video games (table: games) and one stores information on recorded cheats for those games (table: cheats). I can look up cheats for a game by telling the PHP code to find all rows with a \"gameID\" of \"whatever\" that matches to a \"gameID\" in the table \"games\". What I end up doing however is passing the \"game_name\" from the table \"games\" into the script that recalls the cheats, rather than having the database find it with just one passed query variable. How do I set up my database and scripts so that I can find everything by just using the data from one column? (I\'m pretty new at all this so please explain thoroughly). THANKS!
  2. Can someone list the different data types you can assign to fields in a table? I want to make sure I\'m using the right types and I also want to make sure I\'m not using them incorrectly to make mySQL work harder. Thanks, Shawn
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.