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

Search In

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

CakePHP 3.x Implementation and Installation on Ubuntu - Beginners Tutorials

CakePHP is an open source web development framework for PHP 5.4+. It is a critical programming framework used by web developers which is completely based on MVC structure, a very powerful used to build complex web applications.

Datetime vs Timestamp in MySQL and PHP

Hello Readers, This blog tell the difference between the Datetime vs Timestamp in MySQL and PHP. 1> Datetime and Timestamp are used to store datetime and then retrieve the datetime back. 2> Basically, In this we have a 2 factor which help yo

Use of strtok() function in php

It is basically the string function and its used to split the string into smaller strings but other than this we have also other string functions to split the string like explode (return the complete split string in an array). But strtok is differen

Migration in laravel 4.x

Migrations has very important role in Laravel 4.x. By using Migrations we can create and update our database and by using Migration we can save time because it will create schema by using single command. Migrations Creation: In Laravel 4.x Migratio

Cookie in php its uses and types

Hello Readers A cookie is often used to identify a user. It is a small amount of information that sent by a server to a browser and after that sent back to the browser. The below is the syntax of cookie: Syntax: setcookie(name, value, expire, p

preg_match_all php functions

Welcome to FindNerd. We are going to discuss the function preg_match_all which will match the substring from the string. It try multiple times for matching pattern. Please have a look. <?php $str = "tird"; preg_match_all('/ti[rte]d/',$str,$matche

Get the Current Page URL

To get the current page url please check the below php script. In the below script we define a function named as currentPageURL( ). Then we have created a variable named as $PageURL having value http. Now we are using the PHP superglobal varriable n

Customize Magento Toolbar For List Page

Customize Magento Toolbar For List Page: Hello readers, Some times you need to show the toolbar as per client requirement ,But magento (default & rwd theme) show same tool bar at the top and bottom of listing page (List & Grid). You can Custo

Warning : Unknown type 245 sent by the server

Here we will learn how to resolve the error that we come across while updating MySQL 5.5 to MySQL 5.7 on ubuntu 14.04. After the upgradating, I was trying to login my CakePHP application, but every time I was trying to login I was facing the warning

1 20 55
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: