session_start(); $host="localhost"; $dbu="packshipdba"; $dbpw="MikePackShipMichigan2024#"; $db="pass"; $con=new mysqli($host,$dbu,$dbpw,$db); //$uid=$_SESSION["uid"]; $uid=($_SESSION["uid"])?$_SESSION["uid"]:0; $sid=$_SESSION["sid"]; $authority=$_SESSION["authority"]; $id=$_REQUEST["id"]; $sql=$_REQUEST["sql"]; ?>