Re: [PHP] Novice MySQL problem

2011-11-14 Thread Tommy Pham
On Mon, Nov 14, 2011 at 4:11 AM, Stuart Dallas wrote: > On 14 Nov 2011, at 11:47, Jim Giner wrote: > >> Actually, no it doesn't,  since I have a well-developed sense of all of >> that, but that's not helping to answer the OP's question now, is it?  Stay >> on point. > > The OP's problem is solved,

Re: [PHP] Novice MySQL problem

2011-11-14 Thread Stuart Dallas
On 14 Nov 2011, at 11:47, Jim Giner wrote: > Actually, no it doesn't, since I have a well-developed sense of all of > that, but that's not helping to answer the OP's question now, is it? Stay > on point. The OP's problem is solved, so the point is no longer relevant. I'm curious to know wha

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] 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