View Single Post
  #11  
Old October 26th, 2004, 07:12 PM
popdawg popdawg is offline
popdawg's Avatar
Pimp Duck
Join Date: January 18th, 2005
Location: Take off eh?
Posts: 2,987
Last one and i'm done ...

catalog.php
Change:
<? $cat = $_GET[category]; ?>
to
<? $cat = $_GET['category']; ?>

Then add the following as the first line:
<?php error_reporting(0); ?>


K that seems to be them all.
Cheers
__________________
================================================================
I've been away. Now I'm back. Maybe not as much. But I'm back.I'm starting from scratch, trying to get to where I was. In hindsight, where I was then, was fantastic. Where I am now, less so. Things have changed, become harder. So have I. Game ON!!!
================================================================