B
ben
Guest
I need help. It has to do with databases, too.
In JavaScript, you could do something like this.
<input type="text" id="noname" />
And then in JavaScript..
var nonamevalue = document.getElementById("noname").value;
Is there a way to do the same JavaScript code above but using PHP?
Thank you so much!
I need to do this WITHOUT them posting anything.
I need it when then take their focus off of the textarea use
onblur="somefunction()"
Do you know how to do it using AJAX?
In JavaScript, you could do something like this.
<input type="text" id="noname" />
And then in JavaScript..
var nonamevalue = document.getElementById("noname").value;
Is there a way to do the same JavaScript code above but using PHP?
Thank you so much!
I need to do this WITHOUT them posting anything.
I need it when then take their focus off of the textarea use
onblur="somefunction()"
Do you know how to do it using AJAX?