📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
4845.3 KB
0644
🗑️
⬇️
✏️
🔒
Editing: fetch_allusers.php
<?php include "config/connect_to_mysqli.php"; $sql = "SELECT s, name,phone,altname FROM users"; $sql2 = mysqli_query($con, $sql); while ($row = mysqli_fetch_array($sql2)) { $options .= '<option value="'.$row['s'].'">'.$row['name'].' ('.$row['phone'].') '.$row['altname'].'</option>'; } echo $options; ?>
💾 Save Changes