I am using curl to get the data of site and save it into a php file. Now i have all the content of that site now i want to read specific data from it. For example this file have one table i want to get that table from whole file. I use different method of php like
Code: Select all
fopen, fgets, fread