i read the contents of the file by method
Code: Select all
file_get_contentsPlease tell me any solution.
Thanks
Moderator: General Moderators
Code: Select all
file_get_contentsCode: Select all
$_SESSION['sess_avr'] = file_get_contents("http://www.example.com");Code: Select all
$_SESSION['sess_avr'];