i need to load an external html page in my codes
$(document).ready(function(){$("#check").load("http://www.mysite.com/names.html")});
and i need my script reads this external html page
is it possible to do such a thing in jquery or even in php ?!
i need to know all of the possible ways .