This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
session_start(); | |
////////////////////////////// | |
// EDIT THESE TWO VARIABLES // | |
////////////////////////////// | |
$MySQLUsername = "USERNAME HERE"; | |
$MySQLPassword = "PASSWORD HERE"; | |
///////////////////////////////// | |
// DO NOT EDIT BELOW THIS LINE // |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- phpMyAdmin SQL Dump | |
-- version 3.4.11.1deb1 | |
-- http://www.phpmyadmin.net | |
-- | |
-- Host: localhost | |
-- Generation Time: Feb 28, 2013 at 07:07 PM | |
-- Server version: 5.5.28 | |
-- PHP Version: 5.4.4-11 | |
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* File: my_sql_header.h | |
* | |
* This was written by Matthew Bennett | |
* (abishur on the raspberry pi forums - http://www.raspberrypi.org/phpBB3/) | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <iostream> |