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

Reply via email to