Re: [PHP-DB] How to tell if a field type is auto_increment

2007-02-03 Thread John L. Creed
Ahhh, thanks. I'll do that. -- Regards, John L. Creed pcExpressWay Consulting * dBASE Gold Charter Member 210 * http://www.pcexpressway.com * Niel Archer [EMAIL PROTECTED

Re: [PHP-DB] How to tell if a field type is auto_increment

2007-01-30 Thread John L. Creed
); if( $row[Extra] == auto_increment ){ $breturn = 1; } mysql_free_result($result); return $breturn; } Thanks again!!! -- Regards, John L. Creed pcExpressWay Consulting * dBASE Gold Charter Member 210

Re: [PHP-DB] How to tell if a field type is auto_increment

2007-01-29 Thread John L. Creed
Thanks a Million my Friend. I've been struggling with this for days now grin -- Regards, John L. Creed pcExpressWay Consulting * dBASE Gold Charter Member 210 * http://www.pcexpressway.com