This tutorial help to enable mod_rewrite in nginx server.The .htaccess is not supported by Nginx server, So will implement URL routing into nginx using site virtual host file. The URL Rewrite use to make URLs Search Engine Friendly.
Php
How to Encrypt And Decrypt String in PHP7
This tutorial help to understand encrypt and decrypt a string in php7.3. I have also shared How To Encrypt and Decrypt strings in PHP 5. As you aware sodium is replaced mcrypt method (which is officially being deprecated) in PHP7.3.
Simple Poll Example Using PHP, Bootstrap and MySQLi
This PHP tutorial helps to create a poll application using bootstrap. We will create a poll widget and submit data. MySQL database are used to store poll data. The User can see results as well using the result menu link.
Product Grid View with Pagination Using PHP, Bootstrap 4 and MySQLi
This PHP tutorial helps to create a product listing grid with pagination. I have already shared PHP pagination tutorial with ajax and non-ajax manner. This tutorial will use MySQL as a database. We will create a product listing page with pagination.
Add, Edit and Delete Record Using Codeigniter and MySQL
This Codeigniter tutorial will help to create a sample crud operation application using CI framework and MySQL, As you know CRUD example will have add record, edit record and delete record from the database.