Sending Emails from PHP using Amazon SES
To create a PHP script to sent email using Amazon SES, create a folder mkdir ses-test cd ses-test Install phpMailer using composer…
To create a PHP script to sent email using Amazon SES, create a folder mkdir ses-test cd ses-test Install phpMailer using composer…
Install PHP on Debian/Ubuntu Install PHP on CentOS 7 Install PHP on RHEL 8 (CentOS/Rocky Linux/Alma Linux) PHP Toos
Here is a PHP script to check if PHP Zend OpCache is enabled on your server. https://gist.github.com/HostOnNet/e3f36fe923d408b8597575d601114a88 You can use OpCache GUI…
If you have PHP GeoIP module installed, you can use the following PHP script to find GeoIP info.
To enable error reporting in PHP script, add To avoid PHP scripts showing errors, add See php
rvm is ruby version manager. Allow you to have multiple ruby version. To install rvm, run gpg –keyserver hkp://keys.gnupg.net –recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 curl…