Browse Source

i always foirget session_start

until something breaks
development
mauirixxx 8 years ago
parent
commit
ed256b0339
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      gw-insert.php

+ 1
- 0
gw-insert.php View File

@@ -1,4 +1,5 @@
<?php
session_start();
include_once 'gw-connect.php';
$con = new mysqli(DATABASE_HOST, DATABASE_USER, DATABASE_PASS, DATABASE_NAME);
#non-section specific POST data here


Loading…
Cancel
Save