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

Search In

Creating RESTful API in cakephp

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

Register form won't connect

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

An Overview to HTML5

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'

Password Hasing in Cakephp 3.0.

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

Simple Steps To Restore And Upgrade AVG Antivirus Software

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

How to take backup of MySQL Database structure only

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.

How to fetch data from XML file and insert into SQL Database

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

How to create Category Tree Structure in cake php

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

How to make ListView in Android studio ?

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,

1 135 161
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: