How to send emails from shell script using sendgrid
In my recent project, we have developed a small process monitoring system to check the health of the process and it should send emails if
In my recent project, we have developed a small process monitoring system to check the health of the process and it should send emails if
In this post, I would like to show the different ways to get last inserted ID from the database table when working with Laravel PHP
Let’s assume that we have a table with the following table schema: CREATE TABLE employee ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT COMMENT 'The
In this post, We will show you how you can use Ghostscript with PHP to merge multiple PDF files into single file. Using Ghostscript, it
In this CodeIgniter Twilio tutorial, I would like to show sending SMS from the CodeIgniter app using the Twilio library. Twilio is a cloud communications
Below is the npm command to view globally installed NPM packages. If you want to view current directory’s packages just execute the same command without
In this post, I will show you disabling IPv6 on your Ubuntu machine. Before going further, let’s check the current status of the IPv6 on
In this post, I would like to show you the configuration of Nginx web server to serve Socket IO connections with Nginx reverse proxy. Open
In this post, I will show inserting data into database table using CodeIgniter. We gonna use CodeIgniter Active Records Pattern. This pattern allows information to
In this post, I will show you enabling CSRF token in your CodeIgniter application. To enable CSRF (Cross-Site Request Forgery) protection in CodeIgniter open application/config/config.php