Secure your PHP script by hiding extensions
In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn'…
In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn'…
PHP has Curl library that let's you communicate with other servers. The Curl library is enabled by installing cUrl exten…