I was using PEAR DB, but it suffers from the same problems as the
low-level functions.

Matthew Walker
Senior Software Engineer
ePliant Marketing
 

-----Original Message-----
From: Steve Meyers [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 22, 2002 12:12 PM
To: [EMAIL PROTECTED]
Subject: RE: Re[2]: [PHP-DEV] Major Bug in multiple MySQL Connections?

Or use a simple database wrapper, that will save you coding time anyway.

Try PHPLIB's wrappers, for example.  They handle doing the database
select 
for you, you just have to do the query.

Rasmus Lerdorf wrote:

> So use mysql_db_query()
> 
> On Mon, 22 Apr 2002, Matthew Walker wrote:
> 
>> Since I'm the one who started this, let me explain why I'm doing what
I
>> am.
>>
>> The code I'm writing is one-time use code, and I need ease-of-coding
>> more than I need efficient use of resources. The code is devilishly
>> complex as it is, and having to deal with selecting the db every two
>> lines would just make it that much more complex.
>>
>> Matthew Walker
>> Senior Software Engineer
>> ePliant Marketing


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.345 / Virus Database: 193 - Release Date: 4/9/2002
 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to