i m developing one real estate site using php/mysql.when i search i get one page with type, state ,locality.i wanted another column as click here to view that details.
I want every detail page stored as a html document.
Basically i need a script that will read the entire database
and create one html doc for every listing.
If there are 100 entries in the DB i must have 100 html docs.i can name every enteries as listing id 1 or listing id 2 ext.
Every row in the search table will have a link to this details page
HTML doc.
how i must proceed to store details .
pls guide me. i m new to php