Android Tutorial , Programming Tutorial, Php Tutorial, Learn Android, HTML Tutorial, Coding , Java Tutorial, GTU Programs, Learning Programming

Saturday, 29 October 2016

How to store image in database in Php

In this example, we are learning to how to store image in database using Php. First of all, create a folder of images name where your code file available. After create a database with two column of id and name. We are storing just path of the image and give id of the image in database. Let's see...

Thursday, 27 October 2016

Delete selected row record from database in php

In this example , we are learning about how to delete selected row record from database in php. Here, we are fetching record from database. If database not available then create a database and add records. then put link of delete record in each row. Here, I create a database login_tbl  which...

Wednesday, 26 October 2016

How to use Color Dialog Box in C#

In this example, we are learning that how to use color dialog box control in c#. First of all , we need to add Color Dialog Control in the form. In this example, one multi line textbox and two buttons were added in the form. After adding the control, we are learning that how to change background...

Tuesday, 25 October 2016

How to encrypt and decrypt password in php

In this example , we are learning how to encrypt and decrypt password in php.    Php Provide md5() function to encrypt password. Using md5() function we can store data in encrypted format and can secure password using md5(). Let's see the Example :- File Name : index.php 1 2 3 ...

Saturday, 22 October 2016

Add text from textbox in listbox Column in C#

In this example, We are learning how to add items in listbox from textbox on button click. Let's see the example : File Name : Form1.cs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 using System; using System.Collections.Generic; using System.ComponentModel; using...

Wednesday, 19 October 2016

PHP Login Example with session

In this example, we are learning about how to create login form with session using Php. Session is one type of way which is used to store information to be used in multiple pages. Session is used to store some details about purchasing product in any website , store username, pass data in multiple...

Friday, 14 October 2016

Spinner Example in Android

Spinner is a one type of drop down menu which is allow you to select an item from menu. In this Example, On Item select of Spinner , Background color will be changed with image. First of all, when you select Red then background color will be changed and set red color and image of red circle will be...

Thursday, 13 October 2016

Shared Preference Example in Android

In Android, There are many way to store data of an application. But if you want to store some small value then shared preferences is best way to store data of an application. It is allow to save and retrieve data from key and value. Shared Preference is worked Key and Value. We can store string,integer,...

Tuesday, 11 October 2016

Copying and Pasting Text in an Edit Text Control in Android

In this example, We will learn that how to copy data from editText and paste data. For copying and pasting different types of data , Android provides clipboard framework. In this example, we use ClipboardManager class which is used to allow you to copy and paste text via clipboard. First of all that,...

Like us on Facebook

Site Visitor

74398
Powered by Blogger.