Re: Latest CVS / auto_increment...
Brought to you by:
bs_php,
nigelswinson
From: Luc Saint-E. <lu...@sa...> - 2002-01-18 16:00:59
|
Hello, What is the most clever way to have an attribute auto incremented ? <item id="1"> <itemvalue>foo</itemvalue> </item> <item id="2"> <itemvalue>foo</itemvalue> </item> and so on to have the "id" attribute auto incremented ? Luc |