I am new to the world of coding as well as PHP. As I am looking at putting together a minor web application for a small client, how do I get my code reviewed without giving away what the client considers to be private to them so that I know my code is well-written, adheres to standards and is secure?
Share
Hiring a consultant is your best bet.
If you have specific, small chunks of code to review then https://codereview.stackexchange.com/ may be of interest.
See also this question, for automated ways to check your code quality.