Search Results

1
vote
2answers
668 views

How to read/display XML using PHP

Is there a way to read off from an [external] xml (an xml file from a different website) using PHP? I know there's a way to read XML using JavaScript, but only if they are both in the same root. …
3
votes
5answers
176 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
103 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

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 …