Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php webpage to string

Provided allow_url_fopen is enabled, you can just use file_get_contents :
$my_var = file_get_contents('http://yoursite.com/your-page.html');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #webpage #string
ADD COMMENT
Topic
Name
9+1 =