Php – How do i scrape multiple lines in the sourcelist using cURL and preg_match_all
Hey im trying to webscrape a specific thing on a website, like this <td><a href="javascript:void(0)" class="rankRow" data-rankkey="25"> Averages </a> </td> <td class="page_speed_602217763"> 82.84 </td> </tr> Where im trying to get the number 82,84 with the page_speed_** number variying and the…