Remember in try and catch method we use a little $e even if we do not want to print the error try { // do something }catch (Exception $e) { return false ; }...
How To Do This
Look at this switch statement . its boring right? <?php $day = "Wednesday"; switch ($day) { case "Monday": echo "Start of the week, grab some coffee!";...
Automate the AWS EC2 instances Start/Stop schedule
Amazon Web Services (AWS) provides a vast array of cloud computing services, and one of the fundamental services to start with is Amazon Elastic Compute Cloud...
In some cases, you might find yourself in a situation where granting access to an individual or software program to your AWS account becomes necessary...
The Crucial Role of Logs in Web Security
There are many ways you can check the PHP version. Command Line: Open your terminal or command prompt and navigate to your project directory. Then, use the...
Two-Factor Authentication (2FA)
Defending Against XSS Attacks
Securing Data Transmission Example