[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 unsubscrib

[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 lik

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 vi

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

[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"

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 whe

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, דניאל דנון wrote: I've a file of about 500,000

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

2009-05-31 Thread flint
- Original Message - From: "flint" To: "דניאל דנון" Sent: Sunday, May 31, 2009 9:21 AM Subject: Re: [PHP] mysql_query takes long time... have you actually tried running the script against your data? i'm running MySQL/PHP on an old P3/933Mhz box with only 384M memory... I had a si

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

2009-05-31 Thread flint
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 methods. the request page has options, allowing the user to

[PHP] mysql_query takes long time...

2009-05-31 Thread דניאל דנון
I've a file of about 500,000 lines, each line contains a string in variety of lengths, but no less then 3 characters and usually no more then 120. average of about 80, and maximum of about 250. I made a PHP script to fetch the data (using fgets), process it and insert it to a MySQL database.

Re: [PHP] How To Limit FIle Uploader Against Hijackers?

2009-05-31 Thread Nitsan Bin-Nun
That's what I thought, I just wanted to make sure I'm on the right path :) Thank you On 5/31/09, Michael A. Peters wrote: > > Nitsan Bin-Nun wrote: > >> What do you mean by session variables? >> I should register a new session and pass it along with the file to the PHP >> wrapper? >> > > Yes -