I want to add a database into my site which will generate 51 pages or beeter 51 states. I want those pages to be crawlable by search engines. What language should I use? PHP? JSP?. Thank you.
ogletree
6:11 am on Feb 18, 2005 (gmt 0)
I use mod rewrite with mysql using php. My files all look like texas.html, new-york.html. I just created 8000 city pages today from only one page of text. Mosts hosts have all these things. MySQL normaly costs a little more per month to add to your package if you don't already have it.
Easy_Coder
1:32 pm on Feb 18, 2005 (gmt 0)
PHP? JSP?.
You can use either. So I'd choose the one your most comfortable with.
UnderTheRadar
5:12 pm on Feb 23, 2005 (gmt 0)
I have same 'related' question. I have created my content in MySQL using a Dreamweaver/PHP front end. I want to publish static pages into a standard template from the DB. What is best/easiest way to accomplish that? If it is mod_rewrite, how/where can I learn more about mod_rewrite. Or do I create a php processor script that runs against the db on some frequency which updates the static pages?