
Search In
Sometimes we need to send the email from iOS application for that we have to integrate MFMailComposeViewController in our application so that we can send email.
This program will help you to send email through your app using swift.
Steps Required:
I have tried this code:
require_once('php/lib/nusoap.php');
$client = new nusoap_client('http://210.212.23.51/rtpsappeal/service1.asmx?WSDL',true);
$userKey = "Zxo7654IBN";
$applicationId = '040172192101500191';
$result = $client->call(
Hello Reader's, If you have to get the only names of columns of table then see the code below:-
You can use following query for MYSQL:-
SHOW columns FROM your-table;
Below is the example code which shows How to implement above syntax in php to list
Hello Guys,
Some time we need to custom mysql query. If you are looking to write custom mysql query in Wordpress. Please follow the code for the same::
global $wpdb;
$sender_name = $wpdb->get_results("SELECT first_name,last_name FROM sender_deta
variable: A named piece of memory that can store a value.
Usage:
Compute an expression result,
store that result into a variable,
and use that variable later in the program.
assignment statement: Stores a value into a variable.
Syntax:
nam
Hello Friends,
Some time we need implement custom mysql queries in CakePHP. If you are looking to implement custom mysql query in cake php please follow the below example:
// Define your query and replace this with query written below
$query = $th
Android Marshmallow i.e. API level 23 divided the permissions into two type :-
Normal permissions those permissions which do not risk user privacy . If your app lists a normal permission in its manifest, the system grants the permission automatical
Software Errors and Bugs:
An error is a variance from perfection or correctness. A bug is an error or fault in a product which leads to the incorrect or unexpected result.
So, the following can be concluded:
Error is a di
I am building an editor for a blog. Each post will be categorised.
When the user clicks on a post title from the first dropdown menu and presses Ga (go in Dutch), then the page reloads with the second category dropbox selected to the category associ
In my previous articles we learned how to perform CRUD operation using MySQLi Procedural and Object Oriented style. On performing CRUD operations, the data of MySQL table are affected. This article provides the details of functions which can be used
