3
votes
5answers
187 views
PHP will not delete from MySQL
For some reason, JavaScript/PHP wont delete my data from MySQL! Here is the rundown of the problem.
I have an array that displays all my MySQL entries in a nice format, with …
1
vote
2answers
108 views
Why does MySQL insert 3 values instead of 1?
Hey guys, I am having trouble with what seems to be fairly easy. Let me tell you what I'm trying to do, and then I will paste in my commented code.
I am trying to:
Co …
0
votes
5answers
102 views
What’s wrong with my SQL query?
Hi guys, I need a quick look at my SQL query. It's already given me a headache. Comparing some advice I have gotten, I could not figure out the proper format for my SQL.
This is my code: …
0
votes
PHP will not delete from MySQL
Thanks everyone. I used Pascal MARTIN's answer, and it comes to show that I was missing the request ($_GET) to get the …
