Yes duh...
I didn't realize numbers weren't considered characters. What's the sql entry for numeric characters?
I'm new at this, and figure I'm not doing to bad so far. .
Make them an INT column. It'll hold numbers up to 2 billion+. Or you can use TINYINT which will hold numbers up to 255. Read the MySQL docs for more column types...
kwo INT NOT NULL, lsd INT NOT NULL,
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
PHP|Architect: A magazine for PHP Professionals – www.phparch.com
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php