[PHP-DB] connection mysql-php

2003-07-20 Thread abd_bela
I 've just read that php ver 5 doesn't supporte the mysql connection ( at least 4.0 ), what does that mean ? I develop and manage my database with php/mysql on linux. thank for help -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] What happens when the database is down?

2003-07-20 Thread Hanxue Lee
Thank you for your answers. Perhaps I have not explained myself well enough. Firstly, I split the logic/data access code into a PHP class and the each HTML page is represented by a PHP file. The PHP file will call functions such as addStaff() which will write all the Staff details to the data

RE: [PHP-DB] What happens when the database is down?

2003-07-20 Thread Ben Lake
Are you saying you don't see "Cannot connect to database"?, even after doing a view source to make sure its not hiding? Also, when you say "hang" does the browser act as if it is waiting for more information, or does it stop and simply not render the rest of the page? The page will simply stop re

[PHP-DB] Help... PostgreSQL on Windows 98!

2003-07-20 Thread bruno
Hi, I'm trying to use PostgreSQL on Windows98! Does anyone here succeded with it? Thanks Bruno (sorry.. my mistakes).

Re: [PHP-DB] speeing up query and display...

2003-07-20 Thread John W. Holmes
Aaron Wolski wrote: Hi Guys, I have the following query which unfortunately has to grab all records in a table (well over 3000) to display in a multiple select box. Code: $manufQuery = db_query("SELECT manufacturer FROM kcs_threads"); while ($manufResults =