Tuesday, 17 March 2015

How to PING API Web Server To Check Its Working Or Not

How to PING API Web Server To Check Its Working Or Not Introduction In this article we will create a small utility using C# that tells us whether our API server is up or down. Purpose Our purpose is to check the API server so, we can make a request for our...
Posted on 07:59 / 0 comments / Read More

Thursday, 12 February 2015

CRUD Operations in CakePHP

CRUD Operations in CakePHP CakePHP is an open source PHP framework built around Model-View-Controller (MVC). We will begin to create a small application that will do some basic Create, Read, Update, Delete (CRUD) operations on our database. Model: It manages...
Posted on 19:58 / 0 comments / Read More

Tuesday, 10 February 2015

Multiple Joins in Codeigniter in PHP

Multiple Joins in Codeigniter in PHP This code show Multiple Joins in Codeigniter.You can use this code in your projects to ease your work. $this->db->select('*');   $this->db->from('TableA AS A');// I use aliasing make joins easier   $this->db->join('TableC AS C', 'A.ID = C.TableAId', 'INNER');   $this->db->join('TableB AS B', 'B.ID = C.TableBId', 'INNER');   $result = $this->db->get();   The...
Posted on 20:35 / 0 comments / Read More

Thursday, 5 February 2015

How to insert multiple excel sheet data using PHP and MySQL

How to insert multiple excel sheet data using PHP and MySQL How to insert multiple excel sheet data using PHP and MySQL Code Here: <?php      define ("DB_HOST", "localhost"); // set database host     ...
Posted on 01:11 / 1 comments / Read More

Monday, 2 February 2015

How to Create Widget using Wordpress

Introduction Widget is a small block that performs a specific function. You can add widgets in sidebars also known as widget areas on your web page. Widgets is easy to install and the list of widget available widgets and widget areas by going to the Appearance...
Posted on 19:04 / 0 comments / Read More

Tuesday, 23 December 2014

How To Hash Password Using PHP

We will learn what is the significance of a hash for a secure password in PHP. Password hashing is one of the most basic security issues while developing an application or website, we usually accept some value from the user as in a password, without hashing...
Posted on 19:51 / 1 comments / Read More

Thursday, 18 December 2014

How To Make Mail in SQL Server Database

How To Make Mail in SQL Server Database In this post, I am detailing how you can set up data source email within SQL machine.Data source email is utilized to deliver the e-mail utilizing SQL Machine. it really is replacing SQL Mail associated with SQL Machine...
Posted on 19:41 / 0 comments / Read More
 
Copyright © 2015. Free IT Codes | IT Projects . All Rights Reserved
Home | Company Info | Contact Us | Privacy policy | Term of use | Widget | Site map
Design by Herdiansyah . Published by Borneo Templates