
Search In
Hello All, In this blog i am going to show you how you can add search option in Drop down box.it is very helpful when u have large amount of list in drop down box.
INDEX.PHP
This file contain list of states
<html>
<head>
&
While building projects in MVC we also have a requirement to build API that can run on any device whether its a mobile device or whether it is a laptop.
Web API we mainly build so that it can run on any device and on any platform. The
File represents a set of bytes whether a text file or a binary file.
File is used to store data in the textual or in encoded format as per as use requirement.
Modes of File
Mode
Description
r
Opens an existi
In C programming, you will allocate memory dynamically by using the functions defined in the header files.
These functions are found in <stdlib.h> header file.
S.N.
Function & Description
1
vo
How to setup a rating feature in rails application.
The best and simple way of doing so is by using RAILS GEM ratyrate by following simple steps.
Step 1: Include GEM in your gem file
gem 'ratyrate'
Step 2: Generate
Hi All,
If you want to show path between two points then you have to add the path or route between that two points. Generally route is also a polyline but it is proper path followed by a person or any vehicle to travel from one point to another. Bef
If you want to send a user friendly appointment request via your SMTP server instead of boring email that we usually do then we can achieve it with the help of very simple code.
Here is code:
using System;
using System.Collections.Generic;
u


This blog will help you to understand how to install securely phpMyAdmin to manage your databases on Ubuntu 14.04
How to install phpMyAdmin:
Step 1: First you need to update the package index on your server with this command:
Now write t
This blog tutorial will explain CakePHP find condition & query examples. let's take a look at some CakePHP find conditions. First, a very simple CakePHP find query that retrieves all records from the User model. Example: $this->User->fi
IMAP
IMAP stands for Internet Mail Access Protocol.
IMAP is the protocol used for manipulating and changing the mails without actually downloading it. You can do any action you want to perform and it will hold by the mail server its
