File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/API/Finance/screens/ScreenerList.php
Back
<?php include_once("../ConnectToMarketData.php"); if(isset($_GET['grp'])) { $grp = $_GET['grp']; $sql = "SELECT `id` AS 'ID',`name` AS 'TITLE',`description` AS 'DESC',`url` AS 'URL' FROM `screen_list` WHERE `grp` = '$grp'"; $rows = $con->query($sql); $screens["SCREENERS"] = array(); if($rows->num_rows > 0) { while($row = $rows->fetch_assoc()) { $screen = array(); $screen = $row; array_push($screens["SCREENERS"],$screen); } $screens["success"] = 1; echo json_encode($screens); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings