File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/API/Finance/SuperstarList.php
Back
<?php require_once('Connection.php'); $sql = "SELECT `name`,`link`,`imglink`,`description` FROM `superstar` ORDER BY `orderdby`"; $result = $con->query($sql); $News["Superstars"] = array(); while($row = $result -> fetch_assoc()) { $New = array(); $New = $row; array_push($News["Superstars"],$New); } $con-> close(); $News["success"] = 1; echo json_encode($News); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings