Jump to content

Mythical

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

About Mythical

  • Birthday 05/14/1996

Profile Information

  • Gender
    Female

Mythical's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. At first I thought I had posted on the wrong board, which was the reason that I modified it to say 'wrong board'. I just editted the post as well, because I thought it was the wrong board. Your apology is accepted, and thank you for the help =]
  2. (I'm not sure if this is the right board, sorry for being such a pain ) I'm working on my rabbit sim site (Bink!) and I need to set up a virtual currency for players to use to buy and sell rabbits, items, and the like. I have a mysql database, and i'm figuring this has something to do with tables, columns, and php, but I really have no idea how to approach this. You guys were so great with my last question, help? =3
  3. You have just made me one very happy coder, thanks guys ^^
  4. Okay, someone told me differently, thanks =D
  5. Here is the screenie of my database: http://i48.tinypic.com/110htz9.jpg
  6. Okay, i'll get a screenie in one second :3
  7. Any help will be greatly appreciated D=
  8. I double checked all the spellings, and they are correct =]
  9. Hello there, i'm trying to create a login/register script for my sim game, but i'm having a little trouble in doing so. Everytime I attempt to test out my registration system, it fails, and I get this message: Error: Unknown column 'username' in 'field list' I've been led to believe that the problem is within my register script, here: $newPlayer = @mysql_query("INSERT INTO players (`username`, `password`, `registered`) VALUES ('$uname', '$pass', '$date')") or die("Error: ".mysql_error()); Can anybody help me with this? i'm very new to php and a little confused. In case you are wondering, I do have a mysql database set up, and there is a column named 'username varchar 150' Sincerely, Mythical. (Attached is the entire document, if you're curious ^^) [attachment deleted by admin]
×
×
  • 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.