items from the table are presented on page load, however if the user is new and has not created any table, it says that "table does not exist".
- Code: Select all
...
$pjtTbl = $user . "_" . $project_name;
$sql = " $sql = "SELECT * FROM $pjTbl";
$result = $this->db->mysqli->query($sql);
...
Thanks in advance,
Mike


