
Search In
This tutorial will help you to learn how to create rest api in cakephp. For this we need to follow the
following steps:
Step1: Create a database and a table say "users"
Step2: Now we will create the Users Model, Veiw and Controller.
users
Can some one please help with a register form for a website? I can't get it to load information to database.
prepare($query); $statement->bind_param('ssssissiisss', $firstname, $lastname, $streetAddress, $suburb, $postcode, $state, $country
What is HTML5?
It is a Hyper Text Markup Language which is used for structuring and presenting content on Internet.
It is the current version for HTML.
Its previous version was HTML 4.01.
It is the 5'th version of the HTML standard.
It'
Hello Reader's ,
Hope your are doing good today.
Today we will learn about password hashing in CakePHP 3.0.
Before going to start you should know about Password Hashing.
Now days password are one of the most important security feature for all
According to many users, AVG is the most convenient anti-virus software. All kinds of people can access and utilize it. It ensures proper security of your device, personal and professional data and document. You can blindly rely on it, as it has a st
To take backup of structure only you need to execute the following command:
mysqldump -u [username] –p[password] –no-data [database_name] > [dump_file.sql]
Here, –no-data tells the mysqldump to take the structure backup only.
Fetch data from XML file and insert into SQL Database
Step1. Create a Stored procedure in Sql database which takes one input parameter and one output parameter which returns “Success” /”Failure”
Create PROCEDURE [dbo].[SP_Insert_Mul
Hello readers. This is a small blog on Tree structure. How to add , update and delete category in this structure. Now we will create a category tree using cakephp. Category tree is like parent - child type records. Well will add new category, update
Here I have create a ListView app in android. In the Listview numbers of items shown in vertical scrollable list. In Listview items are automatically inserted to the list and In ListView Adapter pulls content and image from a source database class,
