View Single Post
Old 08-07-2005, 06:11 AM   #14
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Glad it is now working. BTW, what do you get from the following query?
Code:
SELECT count(*),max(site_id) FROM sites;
The site_id column of the sites table is set as follows:
Code:
site_id mediumint(9) NOT NULL auto_increment
Maybe your blanks were because you are out of auto_increment numbers?

Hmm...
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote