ladogton2010 commited on
Commit
d728002
·
1 Parent(s): ab02089
Files changed (1) hide show
  1. app/index.php +2 -2
app/index.php CHANGED
@@ -25,8 +25,8 @@
25
  // error_reporting(E_ALL);
26
 
27
  require_once('config.php');
28
- $sql = "SELECT name FROM sys.columns WHERE object_id = OBJECT_ID('citas')";
29
- # $sql = "SELECT MemberID, FirstName, LastName, Age, Gender, Relationship FROM FamilyMembers";
30
  $response = @mysqli_query($conn, $sql);
31
 
32
  if ($response){
 
25
  // error_reporting(E_ALL);
26
 
27
  require_once('config.php');
28
+ # $sql = "SELECT name FROM sys.columns WHERE object_id = OBJECT_ID('citas')";
29
+ $sql = "SELECT MemberID, FirstName, LastName, Age, Gender, Relationship FROM citas";
30
  $response = @mysqli_query($conn, $sql);
31
 
32
  if ($response){