15+ tips to secure your php application
Php is used to write web applications which are online and publicly accessible. Therefore security is a fundamental necessity of these applications to keep the data safe and free from unauthorized access. Below are a bunch of simple tips/hacks/ideas to design your php applications to have better security. The Code 1. Avoid short tags If… Read More »