Re: [PHP] speeding up heavy web apps with a php-js cache manager

2011-11-13 Thread Ashley Sheridan
On Sun, 2011-11-13 at 22:27 -0500, Plamen Ivanov wrote: > On 11/13/2011 01:39 PM, Ashley Sheridan wrote: > > > On Sun, 2011-11-13 at 18:39 +0100, rene7705 wrote: > > > > > > > > > Hi. > > > > > > I'm developing a CMS, with lots of javascript code. > > > I haven't been satisfied with my pag

[PHP] Re: Novice MySQL problem

2011-11-13 Thread drive view
Thanks alot for your help. I set the auto increment as suggested and it worked. Regards Toni On Sun, Nov 13, 2011 at 10:43 PM, drive view wrote: > Hi, > > I'm a novice to MySQL and am currently facing the following difficulty. > I'm trying to update a table with a row of data the primary key

Re: [PHP] Novice MySQL problem

2011-11-13 Thread tamouse mailing lists
On Sun, Nov 13, 2011 at 3:43 PM, drive view wrote: > I'm a novice to MySQL and am currently facing the following difficulty. > I'm trying to update a table with a row of data the primary key of which is > an ID which I believe is an auto incrementing serial number.  My first > question is how to c

[PHP] Re: Novice MySQL problem

2011-11-13 Thread Jim Giner
"drive view" wrote in message news:cam4sn2ip7yncw2-2soq-vjk8suer7u5x96fvpeqoitkkcaj...@mail.gmail.com... > Hi, > > I'm a novice to MySQL and am currently facing the following difficulty. > I'm trying to update a table with a row of data the primary key of which > is > an ID which I believe is a

[PHP] Novice MySQL problem

2011-11-13 Thread drive view
Hi, I'm a novice to MySQL and am currently facing the following difficulty. I'm trying to update a table with a row of data the primary key of which is an ID which I believe is an auto incrementing serial number. My first question is how to check if this is the case. Secondly while trying to ins

Re: [PHP] speeding up heavy web apps with a php-js cache manager

2011-11-13 Thread Ashley Sheridan
On Sun, 2011-11-13 at 18:39 +0100, rene7705 wrote: > Hi. > > I'm developing a CMS, with lots of javascript code. > I haven't been satisfied with my page initialization speeds, so I've > started on a caching system. > > First, i used to call up javascript as needed, and just-in-time. But that, >