let's say we load the source code of the url and there is this code in it separated by commas:
"yahoo_url": "https://www.yahoo.com/dontfindme.txt",
"wanted_url": "https://findme.com/findmerandom.txt",
"yahoo_url": "https://www.yahoo.com/dontfindme1.txt",
"wanted_url": "https://findme.com/findmerandom1.txt",
now i want here to echo the link on the wanted_url not yahoo_url;
loadHTML($sites_html);
foreach() {
# now i want here to echo the link on the wanted_url not yahoo_url;
}
}
?>
