[PHP] php conditional loop question

2003-08-14 Thread Randy L Johnson Jr
ok. This is probably simple but I am not thinking straight. Here is what I want to do I have a function that makes a connection to a live datafeed website and downloads data via a pfsockopen() statement. After awhile the data stops feeding but the connection stays open. when the data stop

Re: [PHP] php conditional loop question

2003-08-14 Thread Randy L Johnson Jr
---   From: Analysis & Solutions Date: Wednesday, August 13, 2003 10:02:15 PM To: PHP List Subject: Re: [PHP] php conditional loop question   On Wed, Aug 13, 2003 at 09:51:39PM -0400, Randy L Johnson Jr wrote: > > I have a function that makes a connection to a live datafeed website and &

Re: [PHP] error problem

2003-08-14 Thread Randy L Johnson Jr
there is something in the php.ini file that turns the display errors in browser on and off...   Randy    ---Original Message---   From: Kris Reid Date: Wednesday, August 13, 2003 10:36:59 PM To: PHP List Subject: Re: [PHP] error problem   Sorry the second "echo "Hello world";" was me

Re: [PHP] php conditional loop question

2003-08-14 Thread Randy L Johnson Jr
ction with a number exit(3) and use that value as the condition in the while?         Randy       * Thus wrote Randy L Johnson Jr ([EMAIL PROTECTED]): > I have done this but it does not seem to ever get to the end of file, I have > it inserting the values into the database, it goes for awhile aroun