I have a javascript function that is supposed to return a number from a php script, but when i call the function, its value is undefined. here is the function:
(function to get xmlhttp variable not shown)
function latestid() {
xmlHttp.onreadystatechange=function(){
if( xmlHttp.readyState ==...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.