Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

All,

I am planning to develop a website. This website is not going to be one of those My personal website or a blog but a more commercial one which might expand as time progresses to add more features.

Can experienced web developers guide me as to what general pointers I need to consider when developing a commercial website? I have heard that PHP has lot of security issues that need to be taken care of w.r.t websites. Any specific books/resources that would help me achieve goals? Best practices for website development?

Any other suggestion would be greatly appreciated.

share|improve this question
Thanks Harry .. But my question is not only associated with PHP coding. I am also seeking guidance on website designing and best practices. – articSnail May 9 '11 at 6:03
Why votes for closing? At least leave a comment explaining the vote – articSnail May 9 '11 at 6:03
the things you are looking forward to can be easily found on internet. You just need to search it. – Harry Joy May 9 '11 at 6:05
@Harry: True. But not every experienced web developer member on Stackoverflow will have his/her views out on internet. And I believe that is why stackoverflow is a better platform for technical issues/suggestions than Google search – articSnail May 9 '11 at 6:09

closed as not a real question by duffymo, Oded, Harry Joy, McDowell, Richard May 10 '11 at 10:37

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

As far as I know PHP is one of the leading programming languages that developers use to build web sites with. if security is your concern I suggest you take a look at this book that explains how to develop a secure web site using PHP

Secure PHP Development: Building 50 Practical Applications

Also if you are going to develop a commercial web site I think using a robust framework as a backbone for your site is a most and I also recommend using MVC pattern to make a structure for your site that will help you maintain your site and add features to it more easily.

Here are some of the famous php frameworks :

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.