Spaces:
Sleeping
Sleeping
Commit
·
d728002
1
Parent(s):
ab02089
tabla
Browse files- 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 |
-
|
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){
|