php-general Digest 13 Nov 2011 17:40:25 -0000 Issue 7565

2011-11-13 Thread php-general-digest-help
php-general Digest 13 Nov 2011 17:40:25 - Issue 7565 Topics (messages 315661 through 315665): Re: question about best practice for coding sql statements 315661 by: Geoff Shang 315664 by: tamouse mailing lists Re: mysqli question 315662 by: Tommy Pham 315663

php-general Digest 14 Nov 2011 06:27:22 -0000 Issue 7566

2011-11-13 Thread php-general-digest-help
php-general Digest 14 Nov 2011 06:27:22 - Issue 7566 Topics (messages 315666 through 315670): Re: speeding up heavy web apps with a php-js cache manager 315666 by: Ashley Sheridan Novice MySQL problem 315667 by: drive view 315668 by: Jim Giner 315669 by:

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, on 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

[PHP] Re: Novice MySQL problem

2011-11-13 Thread Jim Giner
drive view drivev...@gmail.com 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

Re: [PHP] Novice MySQL problem

2011-11-13 Thread tamouse mailing lists
On Sun, Nov 13, 2011 at 3:43 PM, drive view drivev...@gmail.com 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

[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 drivev...@gmail.com 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

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 page initialization