Asked by Rodrigo Costa
at 2024-08-09 06:02:18
Point:500 Replies:3 POST_ID:828728USER_ID:10
Topic:
PHP Scripting Language;Asynchronous Javascript and XML (AJAX);JavaScript
Hi folks, I need to retrieve three informations displayed on a certain website, the information is always showed with the following format:
<td class="minimun price "> INFORMATION I NEED</td>
<td class="medium price "> INFORMATION I NEED</td>
<td class="max price "> INFORMATION I NEED</td>
How would I go about retrieving it? Any help would be greatly appreciated.
Cheers!
<td class="minimun price "> INFORMATION I NEED</td>
<td class="medium price "> INFORMATION I NEED</td>
<td class="max price "> INFORMATION I NEED</td>
How would I go about retrieving it? Any help would be greatly appreciated.
Cheers!