File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/APPS/CronJobs/bigshare/demo.php
Back
<?php include_once("simple_html_dom.php"); $html = file_get_html("https://ipocentral.in/sebi-ipo-status-sebi-upcoming-ipos/"); $str = ""; foreach($html->find('tbody',1)->find('tr') as $tr) { $name = $tr->find('td',0)->plaintext; $lead = $tr->find('td',1)->plaintext; $type = $tr->find('td',2)->plaintext; $pro = $tr->find('td',3)->plaintext; $pro = date("d M Y", strtotime($pro)); $str = "<tr> <td>$name</td> <td>$lead</td> <td>$type</td> <td>$pro</td> </tr>" . $str ; } echo "<table border='1'>$str</table>"; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings