📁
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
897.25 KB
0644
🗑️
⬇️
✏️
🔒
Editing: stack.php
<?php include "every.php"; if(isset($_POST['idea'])){ $ide=$_POST['idea']; $email=$_POST['mail']; include "connect_to_mysqli.php"; $sql = "SELECT * from user where user='$usid'"; $sql2 = mysqli_query($con,$sql); while($row = mysqli_fetch_array($sql2)) { $id = $row["s"]; $email= $row['email']; $pass = $row['pass']; } session_start(); $_SESSION['id']=$id; $_SESSION['user']=$email; $_SESSION['pass']=$pass; $_SESSION['ide']=$ide; echo header("location:indexstack.php"); } ?>
💾 Save Changes