Jump to content

[SOLVED] Auto Increment


RAH

Recommended Posts

Hello,

 

The id collumn is setup for auto increment however how do I modify the following code to achieve this?

 

insert into 
		vhc_items	(id, cid, name, time, pic, description, link, hidden, filter, clicks, weekclicks, clickslog, pin, starttime, endtime)
values 	('9999999', '1', '".addslashes($title)."', '1189875417','" . addslashes($md5) . ".png', '" . addslashes($descr) . "' ,'" . addslashes($md5) . ".flv','0', '0', '0', '0', '4|0|0|0|0|0|0|1189983109', '0', '0', '0')

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/70550-solved-auto-increment/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.