reading external server file in jquery and php

Fripupeupdase

New Member
i need to load an external html page in my codes \[code\]$(document).ready(function(){$("#check").load("http://www.mysite.com/names.html")});\[/code\]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 .
 
Back
Top