Re: [PHP] Reseting the auto-increment number in a MySQL database.

2013-06-28 Thread Tedd Sperling
On Jun 27, 2013, at 8:47 PM, Paul M Foster wrote: > On Thu, Jun 27, 2013 at 11:47:28PM +0200, adriano wrote: > >> holes in sequence of auto increment happen using transaction for >> insert new record but you don't commit transaction itself >> it seems that the autoincrement is incremented anyway

Re: [PHP] Problem with variables

2013-06-28 Thread Tamara Temple
Fernando A wrote: > I am working with php and codeigniter, but I have not yet experienced. > I need create a variable that is available throughout system. > This variable contains the number of company and can change. > as I can handle this? Hi, Fernando, welcome. I'm just a little unsure what y

Re: [PHP] Reseting the auto-increment number in a MySQL database.

2013-06-28 Thread Tamara Temple
Tedd Sperling wrote: > On Jun 27, 2013, at 8:47 PM, Paul M Foster wrote: > > > On Thu, Jun 27, 2013 at 11:47:28PM +0200, adriano wrote: > > > >> holes in sequence of auto increment happen using transaction for > >> insert new record but you don't commit transaction itself > >> it seems that the