print data
This commit is contained in:
parent
ed95dad4b0
commit
2408a6d9e0
@ -27,5 +27,5 @@ $db = dbase_open($dbPath, 0)
|
|||||||
or die("Error! Unable to open database file '$dbPath'.");
|
or die("Error! Unable to open database file '$dbPath'.");
|
||||||
|
|
||||||
$column_info = dbase_get_header_info($dbh);
|
$column_info = dbase_get_header_info($dbh);
|
||||||
echo ($column_info);
|
var_export($column_info);
|
||||||
dbase_close($db);
|
dbase_close($db);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user