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

Search In

Add, Edit, Delete Examples In CakePHP

To perform add, delete, edit operation in Cake-PHP, first you need to create database table to store records. CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `username` varchar(128) DEFAULT NULL, `password` varchar(128) DEFAULT NULL,

Discussion on Auth component in CakePHP 3

Welcome to Findnerd. Today we are going to discuss Auth component in CakePHP 3. Authentication is necessary in all web applications. You can identify the user by his provided user-name and password and authorized his activities in the application so

Forgot Password using ajax in wordpress

Hello reader's, In this post we discussed about "Forgot Password using ajax in wordpress". In the below code, forgot password screen appear user fill their email address into the text box and click submit button, after that a new password will gener

5 Easily Accessible Web Development Tools You Should Know

Each and every business requires a fully featured website with suitable applications to help potential customers use it conveniently. The website designed at the end relies on the web development tools that are used in the process. The choice of the

How to create a program in python that will auto-fill forms?

Here is my HTML code: html <html> <div class="echo-chat-body" dir="ltr"> <div class="new-chat-form"> <div> <h1 class="echo-title desktop-only"> Topic? </h1>

Spring MVC : How to perform validation?

Here I'm giving the example of validating form fields in a Spring Web MVC application using Bean Validation API. We'll develop a login form in Spring MVC in which we'll apply validation constraints on two fields email and password. We use the Bean V

Introduction to Basic C Language Program Features & Syntax for Beginner

Introduction of C Programming    C is a general purpose programming language which was developed by Dennis Ritchie in 1973 at the bell laboratories. C programming language was developed for the UNIX operating system. The language was fo

Ultimate Tricks to improve WordPress website SEO

With the rising utilization of the web, search engine optimization has turned into the master of internet marketing. SEO is only an approach to facilitate your activity of directing traffic to your webpage. In fact, sources state that 75% of the gene

Android Runtime Exception Error

hello, i have faced problem in it.   This is my logcat: 04-13 18:04:54.694 2407-2407/? I/art: Not late-enabling -Xcheck:jni (already on) 04-13 18:04:54.694 2407-2407/? W/art: Unexpected CPU variant for X86 using defaults: x86 04-13 18:04:54.

cakePHP model side validation

Data validation plays an important part in any of the application. It is very important to make ensure that user has input valid Fields or not. For example, passwords are at least eight characters long or more,  User Names ,emails are unique,pho

1 80 160
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: