Search Results

0
votes
5answers
932 views

How to show/hide input value on focus?

I see this all over the web, but was wondering if anyone has the JavaScript code for the EASIEST way to show input value on blur, but hide in on focus. Thanks! …
1
vote
2answers
743 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
190 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 …
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 …
1
vote

How to show/hide input value on focus?

This answer was adopted from Josh Stodola, but was slightly modified to do the following: Show/Hide Value in Username …