Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Difference between array_slice() and array_splice()

**array_slice() Vs array_splice()** What arrayslice() function do: As name suggest this function just return part/slice of array which we pass to arrayslice() function as parameter 1 depending upon the

Submitting a form via curl

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",

Changing Admin Password Through Database

How to Change Admin Password Through Database? Hello reader's ! In this tutorial I will guide you about "how you can Change Admin Password through database". SO read the complete tutorial and follow the steps and implement it same in your WordPress

PHP.ini configuration for handling large file upload in PHP

PHP provides a friendly environment in case of file uploads but if one wants to upload files greater then 2 Mega Bytes then the default installation of PHP fails. But, we can increase the limit when ever necessary. This Blog will help you configure

What is difference between .attr() and .prop() in jquery ?

Hello Readers, .attr() and .prop() in jquery: Both .attr() and .prop() are jquery methods. jquery.attr() is used to get the value of an attribute for the set of matched elements while jquery .prop() is used to get the value of a property for the s

Mercury Configuration in Odoo-9

Step-1 Go to Apps and install the Mercury Payment Services application module. Step-2 Go to Pint Of Sale Menu and click it . Step-3 Go to the Point of Sale application, click on Configuration ->Mercury Configurations and then on Create.

SQL datatype

SQL data type is an attribute that tell us the type of the object. SQL server has 6 type of datatype Exact numeric data type 1. bigint- Range start from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 2. int- Range start from -2,147,483,6

variables in ruby

Variables in ruby Variables are used to hold any data which will be later used by programs. There are 5 types of variables in ruby 1.Ruby global variables 2.Ruby instance variables 3.Ruby class varibles 4.Ruby local variable 5.Ruby Constants I

How to get mailchimp-api-key

API stands for application programming interface and used to communicate between two different applications. In order to integration of “mailchimp-api” rails app, we'll need to Mailchimp_Api_Key. We can get this  parameter 

How to convert NSData to UIImage in iOS

Hi Readers, This blog includes the concept of converting NSData to UIImage with the help of a very simple example. Given below is the screenshot and code which is used to convert NSData to UIImage on button click. Snapshot of storyboard is given be

1 376 467
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: