Hello guys,
I'm developing a back-end system which need to take output (an html page with table) from another website using cURL function. The problem is, i don't need all HTML element from that page. I just want to take some. Here is example of the HTML page :
Simple plain HTML... All i want to do is eliminating all except the second table. I tried using str_replace function but there are too many element to eliminate. Is there any suggestion for me ?? Thanks in advance...
ben