View Single Post
Old 10-27-2004, 03:15 PM   #5 (permalink)
DavH27
PHP Pilgrim
 
DavH27's Avatar
 
Join Date: Aug 2004
Location: London
Posts: 167
DavH27 is on a distinguished road
WOOOO!!

I had been putting this page off for liek 2 days now and the dealdine is in another 3!

I had to make 2 changes:

1. The SQL statement can't be ordered as they all come out all over the place in a different order to how they are int he db. I removed the ORDER BY part of the SQL statement to have them ordered like the db orders them.
2. The $c variable isn't global so I change all $c occurences to $_POST['c']

But other then that - it works perfectly!

Thanks, buddy!
__________________
Davy - Programming since 1998 [CV]
Currently working on: n/a
Status: n/a
DavH27 is offline   Reply With Quote