Skip to content

Instantly share code, notes, and snippets.

View okellojohnsilas's full-sized avatar
💭
figuring it out

Shiga's Itesot okellojohnsilas

💭
figuring it out
View GitHub Profile
@okellojohnsilas
okellojohnsilas / index
Last active August 21, 2022 15:37
Farm Manager
<?php
$page_name='HOME';
require 'config/config.php';
// Select slide query
$slides_query = "select * from slideshow where slide_deleted = 0";
$slides = mysqli_query($dbconn, $slides_query);
?>
<!DOCTYPE html>
<html lang="en">
<!-- Head Section -->