What programming language helps create a secure business website?
The choice of language isn’t as important as the competence of the developer, I would recommend PHP MySQL because those are open-source free technologies that have very good performance and have a nice stockpile of functions that could help the development. Your developer I think should have some experience in PHP and in security, some Apache and Linux experience could also go a long way in protecting your server. There are some testing services but as a webmaster I still prefer to ask some other programmer to attempt to hack my website manually and let me know about the holes I have, it’s usually simple things that make security holes so it helps to have someone checking those up. Just to note: https is not a language but a secure transfer protocol, you won’t be needing that since there is no bank transactions on your site. Apache is the web server that runs PHP preferably on a Linux platform for higher performance and less security holes. Edited after you added details: – Passwords a