josh22x Posted February 26, 2008 Share Posted February 26, 2008 I am planning to trying to develop my own blog software using PHP (similar to Wordpress). Do any of you know any good resource for doing this?? I will be doing this over the summer; therefore, any resources including websites, books, online tutorials will be helpful. Thanks! josh22x Link to comment https://forums.phpfreaks.com/topic/93145-devoloping-php-blog/ Share on other sites More sharing options...
amites Posted February 26, 2008 Share Posted February 26, 2008 http://www.google.com/search?q=php+blog+tutorial&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a Link to comment https://forums.phpfreaks.com/topic/93145-devoloping-php-blog/#findComment-477207 Share on other sites More sharing options...
Jessica Posted February 26, 2008 Share Posted February 26, 2008 Also make sure you read up on security, SQL Injection, etc. There are two approaches to storing entries, either as files or in the DB. I like DB because it's easier to write a search, but flat files should be faster. Link to comment https://forums.phpfreaks.com/topic/93145-devoloping-php-blog/#findComment-477220 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.