I'm trying to show contents of two websites in one another , someone suggest me to use RSS reader but my question is :
is there anything else i could try to show the contents , beside using rss !?
i thought i can connect to the database of another website , but that didnt work /
thanks in advance
some of web hosting has disabled "readfile" function. But you can use "file_get_contents" function.
$home = file_get_contents('example.com');
echo $home;