Amnezia said:I kinda new to AJAX![]()
It seems i can call php scripts on my own server using XMLHttpRequest but i cant query php scripts on other peoples sites?
Is this possible? if so how?
Smart!Jim_ said:If you want to query another page, create a php script on your server that loads the external page (include() maybe?) and load it with ajax.
Glad to hear itAmnezia said:thanks guys, i managed to get around it by using AJAX to call a php curl() function



