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...
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...
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...