Read specifice tag data from php file
Posted: Fri Jan 31, 2014 1:52 pm
Hey
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 likeor many other, But the problem is that in these method i have to specify the exact index, so is there any way to get whole tag and its data by its name, It will be very help full for me thanks.
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