Panjabel Posted June 15, 2007 Share Posted June 15, 2007 var userid = document.getElementById('userid').value; var password = document.getElementById('password').value; xmlHttp.open("GET", "login_php.php?userid="); what is wrong in this code ? if i remove "var" declarations it will work please help Link to comment https://forums.phpfreaks.com/topic/55660-var-declaration-wrong/ Share on other sites More sharing options...
Panjabel Posted June 15, 2007 Author Share Posted June 15, 2007 solved thanks Link to comment https://forums.phpfreaks.com/topic/55660-var-declaration-wrong/#findComment-275056 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.