Re: [PHP-DB] Flushing PHP output

2001-11-23 Thread Jon Farmer
I want to have a web page access a number of DB's, this will start with one but on a monthly basis increment by one. So within 12 months their will be 12 DB's. The web page will access each one in turn starting with the newest DB and search through this for certain text. After a query has

Re: [PHP-DB] Flushing PHP output

2001-11-23 Thread Jon Farmer
in my experience (IE5?) if there is data being added to the page, then the browser will display what it can, and keep adding to it until the stream breaks or it finishes. Only if the buffer has been flushed! one thing to note is that you wouldn't be able to do any tables because they don't

RE: [PHP-DB] Result is not empty

2001-11-23 Thread Kevin Schaaps
I do, however, want to notice that your tip worked IB :) THanks again, Kevin -Oorspronkelijk bericht- Van: Indioblanco [mailto:[EMAIL PROTECTED]] Verzonden: vrijdag 23 november 2001 6:30 Aan: Paul DuBois CC: Kevin Schaaps; [EMAIL PROTECTED] Onderwerp: Re: [PHP-DB] Result is not empty

Re: [PHP-DB] Re: PostgreSQL versus MySQL

2001-11-23 Thread Paul DuBois
Has this thread got anything at all to do with PHP? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] PHP MySql

2001-11-23 Thread Paul DuBois
At 4:16 PM -0700 4/8/01, Jonathan Underfoot wrote: I'm getting an Invalid Query error after inputting the following connect to Server select DB $sql_query = UPDATE commentary SET com_num=$com_num, com_by=$com_by, com_band=$com_band, com_title=$com_title, com_release=$com_release,