[PHP-WIN] RE: [PHP-DB] recommending a PHP book?

2005-03-15 Thread Bastien Koert
Martin Fowler is the man behind most of this style of Enterprise Architecture (http://www.martinfowler.com/books.html#eaa) His Pof EAA is the definitive book on this and is used as the model for php bastien From: "Danny Lin" <[EMAIL PROTECTED]> To: php-db@lists.php.net, phpdoc@lists.php.net, ph

[PHP-WIN] RE: [PHP-DB] auto upload

2007-03-01 Thread Bastien Koert
What about just writing a batch script that opens the ftp services and sends the file? Bastien From: "bedul" <[EMAIL PROTECTED]> To: , Subject: [PHP-DB] auto upload Date: Thu, 1 Mar 2007 12:03:48 +0700 this might a strange code i request, plz forgive my rudeness. everyday i was update a doc

[PHP-WIN] RE: [PHP-DB] Fw: cara php&asp bisa jalan bareng|how to make asp & php work together

2007-03-02 Thread Bastien Koert
1. install php, we have both running on our iis servers with no problems 2. you can use either one iis or apache ( my work machine runs several servers at once) The trick will be to designate the ports that the servers listen on bastien From: "bedul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

[PHP-WIN] RE: [PHP-DB] Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Bastien Koert
check your php ini file for memory limits and filesize limits. Also check the mysql (if that is where the problem is) config to make sure you have enough resources allocated in memory bastien From: "bedul" <[EMAIL PROTECTED]> To: "Hartleigh Burton" <[EMAIL PROTECTED]> CC: , Subject: [PHP-DB]

[PHP-WIN] Re: [PHP-DB] Need Help in Mysql database

2010-06-30 Thread Bastien Koert
On Wed, Jun 30, 2010 at 10:52 AM, nagendra prasad wrote: > Hi All, > > I have a huge set of MP3 database. My problem is that when I try to search > in my database its getting very slow. I was wondering if I split that > database into 2 or more tables. Will this improve the speed of searching? Is >

[PHP-WIN] Re: [PHP-DB] Re: Need Help with database output

2010-08-30 Thread Bastien Koert
On Mon, Aug 30, 2010 at 12:14 PM, nagendra prasad wrote: > Hi All, > > Thanks for all your replies. I have found what I needed. I used Dreamweaver > to show the database in 3 different columns. However now I don't know how to > add a search engine to it. Right now its showing all the records in my