php-general Digest 1 Jun 2009 02:54:13 -0000 Issue 6152

2009-05-31 Thread php-general-digest-help
php-general Digest 1 Jun 2009 02:54:13 - Issue 6152 Topics (messages 293399 through 293403): spawning a process that uses pipes - doesn't terminate when webpage download is canceled 293399 by: flint 293402 by: bruce Re: mysql_query takes long time... 293400 by:

Re: [PHP] mysql_query takes long time...

2009-05-31 Thread Phpster
You can also stack the queries to run multiple rows in one insert Insert into table values (row1col1, row1col2,'row1col3'), (row2col1,row2col2,'row2col3'),...(rowNcol1,rowNcol2,'rowNcol3') Bastien Sent from my iPod On May 31, 2009, at 8:18, דניאל דנון danondan...@gmail.com wrote: I've a

RE: [PHP] spawning a process that uses pipes - doesn't terminate when webpage download is canceled

2009-05-31 Thread bruce
we answered this a number of times... was there something in the replies that didn't satisfy you? -Original Message- From: flint [mailto:fmill...@gmail.com] Sent: Sunday, May 31, 2009 6:53 AM To: PHP-General List Subject: [PHP] spawning a process that uses pipes - doesn't terminate

[PHP] Directing form to different handlers?

2009-05-31 Thread Angus Mann
Hi all. I realize this is more an HTML question than PHP but I'm sure someone here can help. I have several forms with lots (dozens) of text inputs. If the user presses the Update button I want the form handled by update.php but if they press Delete it needs to be handled by delete.php or

Re: [PHP] Directing form to different handlers?

2009-05-31 Thread Robert Cummings
On Mon, 2009-06-01 at 12:53 +1000, Angus Mann wrote: Hi all. I realize this is more an HTML question than PHP but I'm sure someone here can help. I have several forms with lots (dozens) of text inputs. If the user presses the Update button I want the form handled by update.php but if they

Re: [PHP] spawning a process that uses pipes - doesn't terminate when webpage download is canceled

2009-05-31 Thread Robert Cummings
On Sun, 2009-05-31 at 08:52 -0500, flint wrote: sent this before, don't know if it went through... someone please reply if it went, even if they don't know answer?... so here's the scenario.. I have a site that uses php with a database to offer sound files to users using streaming

RE: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

2009-05-31 Thread bruce
hi robert.,, now you've got me curious.. you state... -Use something else to pass the data back to the user... popen() comes to -mind or proc_open(). Then disable auto abort on user disconnect via -ignore_user_abort(). Then after sending periodic data chunks, check the -user connection status

[PHP] Re: PHP vs ASP.NET

2009-05-31 Thread Manuel Lemos
Hello, on 05/28/2009 10:20 AM Olexandr Heneralov said the following: Hi! Guys, you of course, know that ASP.NET becomes more and more popular in the world. I have a question for everyone: Can it happen so that PHP will be replaced with ASP.NET? ASP.NET is not a language. It is more like a

[PHP] Jacob's Calendar

2009-05-31 Thread Jacob Kutty
Hi I am creating a birthday calendar of all my friends and family. Can you please click on the link below to enter your birthday for me? http://www.birthdayalarm.com/bd2/85206071a420999425b1469532889c603775600d905 Thanks, Jacob -- PHP General Mailing List (http://www.php.net/) To