[PHP-DB] MySQL SQL CACHE

2005-04-13 Thread Joe Harman
Hello, First time on this list, I generally use the general PHP list... but I was curious if alot of people are using SQL CACHE with MySQL and PHP and does it seem to increase the performance... or lighten the load on mysql for you? Thanks Joe

Re: [PHP-DB] full text search

2005-08-11 Thread Joe Harman
"There is more then one record with that name or record > does not exist!"; > } > } > }//end function file_read > }// end of class seek > if ($pattern){ > //print("$pattern "); > $obj1 = new seek(); > $obj1->file_read($pattern); > exit; > } &