In Apache Configuration, search for the Loaded Modules section, and there you will find all the modules that are enabled Check below file code.
Author: Patel Pratik

Mysql Storage Engines
In programming world we are always talking about data security, fast accessing of data and data searching algorith from database. In today’s article we will see how different Mysql Storage Engines perform their part. In this article, we are going to learn various MySQL storage engines or table types. It is essential to understand the […]

Encrypt in JavaScript and Decrypt in PHP
Now a days while passing the data from client side to serverside it’s necessary to encrypt it before sending it to the server. There are different ways for it. Here we are using normal encrpt and decrypt algoritham for data transmission on server. Encrypt in JavaScript and Decrypt in PHP Please find JavaScript code below. See […]

Kabir Singh Movie Review
Kabir Singh is a remake of blockbuster Telugu film Arjun Reddy. It’s a combination of Drama and Romance directed by the same director Sandeep Reddy Vanga. Shahid Kapoor, Kiara Advani, Arjan Bajwa, Nikita Dutta, Suresh Oberoi are leading characters. The chemistry of Shahid and Kiara are the most attractive part of this movie and Arman […]

How to Use Index in Symfony
Symfony is the leading PHP framework to create websites and web applications. Built on top of the Symfony Components. It provides great packages list which helps us a lot to create a robust application. It comes with the great explanation of customization and code debugging feature. Let’s see an example of how to use Index […]