I wonna display real time data from some site
for example this row: <td><center><b class=“rednibroj”>1.</b><b class=“rbtxt”>Fox:363048291$</b></center></td>
i wonna get this information: Fox:363048291 to display in my app label
I wonna display real time data from some site
for example this row: <td><center><b class=“rednibroj”>1.</b><b class=“rbtxt”>Fox:363048291$</b></center></td>
i wonna get this information: Fox:363048291 to display in my app label
You can Use Web APIs and use response to receive information from the site.
Can you please show me the blocks
I’m new in this
First discuss your query a bit in detail like from which website you want to take data and which type of data…
Moreover it vary from one website to another some do not frovidr you any RSS or API (s) so first check does your website provide that??..
i wonna get this " Players: 1000/1000 "
They have an api
And this is example of an example of getting data from API for your website.
<?php
require_once(“monitor.php”);
$monitor = new SACNR\Monitor;
echo “
”;”;
print_r($monitor->get_info_by_id(53484));
echo “