This is a test of some PHP code
if(isset($_FILES['image'])){
$errors= array();
$file_name = $_FILES['image']['name'];
$file_size = $_FILES['image']['size'];
$file_tmp = $_FI read more..
Testing this
include "template/header.php";
if (isset($_GET['up'])) {
$query = "SELECT experience.experience, members.level FROM experience INNER JOIN members ON members.id = read more..
Started working on my old fuel game project again this Christmas, but had to change it from liters to gallons. Now it's kind of working, just need some drivers to start using it so we can find all the bugs lol
COPYRIGHT 2016 (C) DUCKDIAMOND.COM