dizzy1 Posted June 18, 2011 Share Posted June 18, 2011 I have a basic AJAX feature: On one page page a user selects from a drop down box and then onchange receives another drop down box with data populated from a DB. The feature works perfectly, However when I change the url from www.mysite.com to mysite.com it doesn't work, my guess is that its the path. Any Suggestions. xmlhttp.open("GET","/ajaxSearch/getData.php?car="+car,true); Quote Link to comment https://forums.phpfreaks.com/topic/239718-basic-ajax-xmlhttpopen/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.