Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to search two or more words in php using explode and implode function ?

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

How to unzip a file using PHP?

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 

How to Set default timezone in cakephp

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  

How to Enable Twig debugging options in Drupal 8

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

How to Do 2 Steps Verification with Google Authentication in PHP App

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

How to use Validation in cakephp 3.0?

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

How to reset auto increment in mysql?

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

How to validate an integer within a range in PHP?

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

Secure Apache with Let's Encrypt on Ubuntu

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

Some useful git command

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

1 38 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: