In my database mysql table, there is one field ,It was split by auto_increment id and other str , For example:
insert into tableName (id, title, link, keyword) values (NULL, 'Title', 'http://www.domain.com/id', 'keyword');
How could that work? http://www.domain.com/id, this 'id' is the auto_increment id.