
Search In
Email application of iOS device helps in sending emails. We can compose Email using MFMailComposeViewController in iOS.
A standard interface that manages the editing and sending of email message is provided by the MFMailComposeViewController class.
Sending email becomes a very common feature for web applications, Emails generally used for sending notifications, newsletters and invoices etc. Email can be send in simple text format or in HTML format. This tutorial demonstrate different methods fo


Hello friends, while importing excel file in MySQL using PHP I was getting following error:
iconv(): Detected an incomplete multibyte character in an input string
Before proceeding further to solve the error let's first understand what
Hello Readers,
In this post we will learn how to download a file and stored it locally with Cordova Android/iOS apps.
First, we need to install cordova file transfer plugin via CLI :
$ cordova plugin add cordova-plugin-file-transfer
&nbs
The Room is basically an easier implementation of SQLite database and a part of Android Architecture components.
We know that SQLite uses SQLite open helper class to manage SQLite database but Room provides migration by removing this implementation.
The modern age of the internet is dominated by new applications development and upgrading existing versions of the software. Initially, most of the mobile phone applications were built with the idea of providing an interface between two parties. Heal
To Create the DataBase Connectin locally with the sql server using c#.net some steps need to be follow .
But Before establish the connection with the database the sql server need to be configured .
Steps to connect with sql server is given below Gi
In this blog I am going to explain how to insert data from html form into mysql. We have three steps for completing this process.
Create HTML Form
Create MYSQL Database.
Mysql Database Connection and retrieve HTML form data into
Hello Reader's!Sometime you need to Upload multiple image in directory ,so in this blog I have wrote and explain jquery and PHP to upload multiple images at once. You can use this as a reference for your web projects, specially focused on newbies
As developers of any technology which uses MySQL as backend we always need to know some basic queries to work on. The list may vary as per the development need but a basic set still remains the same.
The very first query that comes into use is to
