比如我建了一张表,里面有id 字段,设为auto_increment primary key .其他字段为title,author,content.
如果是作一个留言板,让每输入一条(title,author,content) id 在mysql中都自动增1,并且在网页列表的id里表示出来,该怎么实现呢?谢谢了