RE: [PHP] Re: MySQL or FlatFile

2002-05-13 Thread webmaster
I am very new to PHP(Still awaiting a book, Only done a few tutorials and read bits of the PHP manual). But if you used: mysql_pconnect($host, $user, $password) It would keep a consistant connection to the database so it may speed things up a bit. JJ Harrison[EMAIL PROTECTED]www.tececo.com

[PHP] Re: MySQL or FlatFile

2002-05-12 Thread David Duong
I am referring to whole PHP/Perl files. It is necessary to load them as much as 20+ times within the same hour what would be better MySql or Flatfile? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: MySQL or FlatFile

2002-05-12 Thread Martin Towell
open file, read file, close file, a lot quicker. -Original Message- From: David Duong [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:46 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: MySQL or FlatFile I am referring to whole PHP/Perl files. It is necessary to load them as much

[PHP] Re: MySQL or FlatFile

2002-05-10 Thread Austin Marshall
David Duong wrote: To store large values (100k+) and load them as much as 6+ times within the same hour what would be better MySql or Flatfile? I think it really depends on the content. If you are storing 100K+ per entry it sounds like it is probably something along the lines of an