Getting the following error. Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\xampp\htdocs\pauline project1\getEmployee.php:50 Stack trace: #0 {main} thrown in C:\xampp\htdocs\pauline project1\getEmployee.php on line 50
query($sql);
if($result->num_rows>0){
$data = $result->fetch_assoc();
}else{
echo"0 results";
}
mysqli_close($conn);
?>