Re: [Lite] Bugget streets v1
Fair enough; that's using Vorlen's code. When I try other posted code, I get an error on the same data, but it's on line 7. :) It's in the first If line of code. Thanks
<?php
session_start();
require "global_func.php";
if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }
$userid=$_SESSION['userid'];
require "header.php";
$h = new headers;
$h->startheaders();
include "mysql.php";