I'm finishing off my blog commenting system on my website. I want the comment to be posted with a cid (Comment IDentification). Basically, when I try and make in AUTO_INCREMENT in PHPMyAdmin, it says:
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
I would try to do it in PHP by adding one to the result of
SELECT COUNT(*) FROM comments
but it would fail as it's an associative array.
Thanks.


Sign In
Create Account


Back to top









