jay_bo Posted February 18, 2010 Share Posted February 18, 2010 I'm thinking of designing a content management system in php and i wondered if it would be a good idea to use it in a website. Am i right by thinking search engines search the web pages text content and keywords, but by adding CMS, all what will be there is php code to include it. Am i right by what i have said? Thanks Link to comment https://forums.phpfreaks.com/topic/192500-php-content-managment-system-question/ Share on other sites More sharing options...
trq Posted February 18, 2010 Share Posted February 18, 2010 No you are not. PHP applications produce web pages (amongst other things). Search engines request them just like any other web page. Link to comment https://forums.phpfreaks.com/topic/192500-php-content-managment-system-question/#findComment-1014263 Share on other sites More sharing options...
JasonLewis Posted February 18, 2010 Share Posted February 18, 2010 You also need to understand that something like a CMS is a large and more often then not, complex PHP application. It can take a long time to code, and may not always be required. Link to comment https://forums.phpfreaks.com/topic/192500-php-content-managment-system-question/#findComment-1014280 Share on other sites More sharing options...
jay_bo Posted February 18, 2010 Author Share Posted February 18, 2010 ahright okay, so I could store the text for the web pages in a database and call it in on the appropriate page and then create a simple form that reads the text from the database ready to update the text. Link to comment https://forums.phpfreaks.com/topic/192500-php-content-managment-system-question/#findComment-1014296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.