Forum Moderators: open

Message Too Old, No Replies

mysql full text index of flat file

         

amiz

2:23 pm on Oct 9, 2006 (gmt 0)

10+ Year Member



can i create full text index to flat file html content without storing the html data in a mysql table?

hint - why sould i save it twice and waste hard disk space?

-A

physics

7:01 am on Oct 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't think so. But you could just switch over to using PHP/HTML, i.e. store your page content in the database and pull it out with PHP to show on the page. That way you can build in a search engine and other dynamic features also.