jsl.ajax({
type:'POST',
url:'/getinformation.php',
headers:{
'Content-Type':'application/x-www-form-urlencoded',
},
4:function(res){
var blockId=/block-(\d+)/.exec(jsl(ev.target).attr('data-num-block'))[1],
linkId=/link-(\d+)/.exec(jsl(ev.target).attr('data-num-link'))[1],
match=res.response.match(/<title.*?>(.*?)\n?<\/title>/),
html=res.response==''||res.status!=200||match==null?'New bookmark':match[1];
json.blocks[blockId]['links'][linkId]={
href:ev.target.value,
html:html,
title:html
};
updateData(json,{
blockId:blockId,
linkId:linkId,
newUrl:url,
name:html
},'editLink');
}
},{
url:url
});
echo file_get_contents($_POST['url']);
http://google.com/
если учесть, что пользователь на моем сайте не будет указывать url полностью?