Friday, 7 June 2019

database - How to display content of one site in another using PHP?

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

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...