[PHP] Re: Novice MySQL problem

2011-11-14 Thread David Robley
Jim Giner wrote: > > "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 >

[PHP] Re: Novice MySQL problem

2011-11-14 Thread Jim Giner
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. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Novice MySQL problem

2011-11-14 Thread David Robley
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. Probably it helps the OP about as much as your statement that 'I don't know what the problem here is.  Personally I n

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] problem with sending AT command in php

2011-11-14 Thread Richard Quadling
On 12 November 2011 20:02, a dehqan wrote: > dio_write($handle, 'AT') & dio_write($handle, "AT") make firefox times out > on Waiting for localhost ... . > But dio_write($handle, "AT\n") makes it prints AT exactly the same command > or  A > A , .. > > On Sat, Nov 12, 2011 at 10:02 PM, Negin

[PHP] Sniping on the List

2011-11-14 Thread George Langley
Am concerned over the number of posts that appear to be from people trying to over-inflate their self-importance. If you are the world's best coder, then help those of us who aren't. If you happen to know a better way to do something that I'm struggling with, then please share it

Re: [PHP] Sniping on the List

2011-11-14 Thread Fredric L. Rice
> If you are the world's best coder That would be me. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems with proc_open and getmypid

2011-11-14 Thread Francisco M. Marzoa Alonso
Hello, I'm developing a PHP application that runs on GNU/Linux with php cli. A process must launch another one and store its pid, so I use proc_open and then proc_status to achieve that. The child process must also get its own pid and write it down to a file. After that, the calling process shou

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,