Dear Abby,
I've been working on a PHP website which utilizes a MySQL database (using PDO). I would just like to know it is secure before I go ahead and release it to the public. It is a free, non-profit website so I don't really plan on making money from it and therefore I would rather not invest hundreds or thousands of dollars for a security audit.
I know there are tools from http://owasp.org and other organizations but I can't say that I have enough time or energy to cover all my bases even with resources like this.
Ideally I would like to take care of any major holes right off the bat and then make small improvements over the course of its lifetime. I also don't feel comfortable just blatantly posting all of my code around the internet for everyone to see.
What can I do?
Edit: The point is that I would like suggestions on where my code may have flaws in it and how to fix it. I already have a good deal of security experience but I am not able to honestly say that I am patching bugs the correct way unless someone who knows what they're doing takes a look at my code.