Re: [PHP] keep alive refresh

2002-06-06 Thread Mauro
It would help to know exactly what information you are gathering and for what reason are you storing it. -Kevin Kevin, thanx for your reply. Basically the data flow is the following: . get the value from the web form . pass the value to the program . this program gathers data from a couple of re

RE: [PHP] keep alive refresh

2002-06-04 Thread okey okey
EMAIL PROTECTED]> >To: "'Mauro'" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> >Subject: RE: [PHP] keep alive refresh >Date: Mon, 3 Jun 2002 19:59:42 -0400 > >Raise the max execution time for your script. Either do it in PHP.ini or >I think there is a f

RE: [PHP] keep alive refresh

2002-06-03 Thread John Holmes
IL PROTECTED] > Subject: [PHP] keep alive refresh > > Hello, > > I looked for some old questions about my problem in the m.l. archive but > I did not find anything. > > I'm writing a php script which takes a couple of values from the web > interface and then passes these va

Fw: [PHP] keep alive refresh

2002-06-03 Thread Kevin Stone
It would help to know exactly what information you are gathering and for what reason are you storing it. -Kevin - Original Message - From: "Mauro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 2:35 PM Subject: [PHP] keep alive refresh >

[PHP] keep alive refresh

2002-06-03 Thread Mauro
Hello, I looked for some old questions about my problem in the m.l. archive but I did not find anything. I'm writing a php script which takes a couple of values from the web interface and then passes these values to a program which writes it's output on a file. Then the output of the file is pub