
Search In
How to search words in php using explode and implode function?:
I am posting this blog as many php coders got stuck while searching multiple terms using implode and explode. I have the form in which users are going to search multiple terms.
Here is
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to unzip a file using PHP ?
Basically zip_open() function is used for opening the unzip file for reading. This is very simple method to unzip a zip file. So we can say that 
Hellow Reader's ,
Some time we need to set default time zone in our applications.In this blog i am going to explain how you can do this.
This is a simple step for change the defualt timezone in cakephp.
Go to your project directory
Open  
In this tutorial, I am going to show you how to Enable Twig debugging options in Drupal 8.
To enable twig debugging
1. Go to sites/default/services.yml file
2. Look for services.yml if it doesn't exist then copy it & rename to
Hi,
I wan to add google two step authentication process (http://findnerd.com/account#url=/list/view/How-to-Use-2fa-Google-Authentication-in-CakePHP-3-and-Above---8-Steps-Guide/33464/?utm_source=hashnode.com).
I have already existing
Hello Reader's ,
Hope your are doing good today.
Today we will learn about Validation in CakePHP 3.0 and how we can use validator in our applications. Data validation is an important part of any of the application. With the help of Validator. W
Hello friends,
Today we will learn how to reset auto-increment in MySQL. Before starting this topic you should know that there can be only one auto column(auto-increment) in a table and it must be defined as a key(primary). There are various ways to
Hello friends,
Today we will discuss how to validate an integer within a range. In PHP, filter_var() function is used for this purpose. It will check whether an integer exist within a range or not.
Syntax:
filter_var(var, filtername, options)
va
Hello friends, I am writing this blog which will let you know how to secure apache with let's Encrypt on an Ubuntu . Lets begin with the following steps:
Step 1: Install server dependencies
Update local packages first:
sudo apt-get update
N
When a group of people is working on the same project then it's mandatory to have any version control system, so that everyone can work without having any conflict. Git is one of the popular distributed version control systems that we have.
There
