Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

pull information from another website

///Display the whole page
<iframe src="https://www.example.org/"></iframe>
///Fetch website contents(needs PHP).
$mystring = file_get_contents("https://www.example.org/")
Source by cullenwebservices.com #
 
PREVIOUS NEXT
Tagged: #pull #information #website
ADD COMMENT
Topic
Name
3+5 =