created basic DB structure and accessing db

This commit is contained in:
Joshua Ashton
2025-03-05 18:55:04 -07:00
parent 8d244e586d
commit 54228c4e8e
16 changed files with 151 additions and 16 deletions
Regular → Executable
+5 -3
View File
@@ -1,5 +1,7 @@
<?php
include_once ('includes/components/head.php');
include_once ('includes/sql.php');
include_once('includes/components/head.php');
include_once('includes/components/nav.php');
include_once('includes/sql.php');
get_article_cards();
include_once ('includes/components/foot.php');
include_once('includes/components/foot.php');