I'm trying to show the contents of two websites in each other, someone suggests I use an RSS reader, but my question is:
is there anything else i could try to show content besides using rss !?
I thought I could connect to the database of another website, but that did not work /
early
Any PHP function that can retrieve remote URLs can help you with this. It can be as easy as doing
readfile('http://example.com'); // outputs contents of URL
URL- , DOM. XML-, RSS, , . , XSLT, HTML.
, , .
- "readfile". "file_get_contents".
$home = file_get_contents('example.com'); echo $home;
Source: https://habr.com/ru/post/1743304/More articles:Scala 2.8 behavior changed: _? - scalaDjango exit function removes locale settings - djangoRemove empty item from list - infopathIf my WCF web service returns a 500 or 200 http code (soap error message / function return message) - httpnested attributes with has_one polymorphic model - ruby-on-railsHow to use PHP DOM extension loadHTML - phpReading the correct (alpha) number fields in R - rWhat is 1 dollar in Perl? - regexHow to use nose covering with -timid flag - pythonHow to access a memory cell in Java? - javaAll Articles