Search results

  1. R

    Quick Python Help!

    Wow! That was a big help! Thanks a lot! I'll let you know if I need anything else. Thanks again.
  2. R

    Quick Python Help!

    I appreciate your resonspes, and I apologize if I have upset you. I'm just a 17 year old kid in high school trying to get his software assignment done. I don't have a very strong computing vocabulary, and working with databases is very new to me. There really wasn't anything taught to us, and...
  3. R

    Quick Python Help!

    Ah you're right, it's the string thing. It's being taken from an HTML input and stored as a text string. How do I change that? Instead of the input type being "text" do I change that to something else (on the html page). And the back ticks are the only thing I could get to work, any form of...
  4. R

    Quick Python Help!

    I'm trying to have something selected from a MySQL table. I want the user to choose the table SO i have set the statement as so... ("""SELECT * FROM `%s`""", (choice)) So for example. If the user has entered "Science" I have choice = "Science" So why when I run this, it tells me that...
Top