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 Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.