Skip to content

Instantly share code, notes, and snippets.

@Alhj
Alhj / index.php
Last active October 3, 2018 09:02
longest code in 1dv610_workshop_2
<?php
//MAKE SURE ERRORS ARE SHOWN... MIGHT WANT TO TURN THIS OFF ON A PUBLIC SERVER
error_reporting(E_ALL);
ini_set('display_errors', 'On');
if(!isset($_SESSION)) {
session_start();
}
$cookieUserName = "cookieUserName";
$cookiePassword = "cookiePassword";
$cookieWrong = "test";