latest working copy, file backup, tbl entry done

This commit is contained in:
color.diff=auto
2021-03-21 23:43:02 -06:00
parent 35b3f1ae00
commit 9e494febda
12 changed files with 587 additions and 393 deletions

10
src/functions.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
function db() {
echo "<pre>";
var_dump($post);
foreach ($post as $p) {
echo "$p\t";
}
echo "</pre>";
}