
Search In
Hers's is the tutorial to submit form via curl.
I am taking example of log in form for say xyz.com site.
$ch = curl_init();
if($ch){
$url = 'http://www.xyz.com/logmein.php';
$postdata = array('LoginButton' => "Logon",
UIScrollView has a property called scrollsToTop which sets y of content offset of scrollview to zero on tapping the statusbar. But there might be situation when this functionality does not work.
According to apple documentation "The scroll-to-top ge
Hi All,
Here I am sharing how to implement MobBill Mobile payments, for this follow the steps below :-
Step 1 -> You need to login into the link http://merchant.mobbill.com/insight/login/auth and create your account.
Step 2 -> Now log into
.Net Assembly Manifest
A file that contains Metadata about .NET Assemblies is known as Manifest. Here, data about data or machine-readable information about a resource is Metadata.
MetaData: Metadata is a collection of data that describes how the e
.Net Framework contains a large library and support for cross language interoperability (i.e., the ability through which each and every language can use code written in other languages) across several programming languages. It also support the fe
In example I am going to demonstrate how to load a file from Hadoop Distributed Cache.
Here I am writing Mapper and Driver class, inside of Mapper class we have define input type key vale pairs and output type key value pairs.
Inside driver class we
Testing Techniques
**Software testing (as per IEEE):-** is the process of analyzing a software item to detect the differences between existing and required conditions (that is, bugs) and to evaluate the features of the software item.
There are two
Spring Bean Life Cycle has two core start and end points, namely Initialization and Destruction. When bean is instantiated it require set of actions which need to performed those are set into Initialization callbacks/method and one which are required
Openerp contain different types of fields and these Fields are divided into three different categories, they are simple fields, relation fields and functional fields.
So lets discuss this one by one-
1. Simple Fields- The simple types are integers, f
Asp.Net Page Life Cycle
In this blog I am going to explain life cycle of Asp.net page. The first thing comes in mind is "what is page life cycle?".
Page Life Cycle
It is the process of how a page is served by a web server to the browser. Page's li
