Re: RE: [PHP-DB] HEAP table

2003-07-09 Thread Terry Riley
Just remembered - this is the guy ([EMAIL PROTECTED]) that was so abominably rude a couple of weeks back. He's obviously found another way of shooting blanks! --Original Message- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

RE: [PHP-DB] HEAP table

2003-07-09 Thread Terry Riley
into the php.ini and set auto_prepend > to this file. So EVERY php script that is called will first load this > file. > > Ben > > -Original Message- > From: Terry Riley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2003 4:08 AM > To: [EMAIL PR

Re: RE: [PHP-DB] HEAP table

2003-07-09 Thread Terry Riley
Brandy - that's two messages in this thread from you with no content! Terry --Original Message- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] HEAP table

2003-07-09 Thread Terry Riley
ent: Tuesday, July 08, 2003 9:24 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: RE: [PHP-DB] HEAP table > > > > > > Create a create_date table with one record, one or two > > fields, and put the > > last refreshed time/date in it. If that

RE: [PHP-DB] HEAP table

2003-07-08 Thread Daevid Vincent
stamp in a session variable and avoid any disk i/o that way. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 9:24 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP-DB] HEAP table > > >

RE: [PHP-DB] HEAP table

2003-07-08 Thread Gary . Every
--Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 10:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] HEAP table > > > I have a query that I would have liked to cache, but as it uses > UNIX_TIMESTAMP and has a us

[PHP-DB] HEAP table

2003-07-08 Thread Terry Riley
I have a query that I would have liked to cache, but as it uses UNIX_TIMESTAMP and has a user variable in it, where cacheing won't work, I looked around for another way to do it (it is used to create a smallish < 50 records table on each web page, so any speed increase is worthwhile). I decided