Upgrade to php 5.6 and apache 2.2 to apache 2.4.17 in ubuntu 12.04

| By Webner

These are the steps to upgrade to PHP 5.6: Add the PPA containing version 5.6 of php for Ubuntu 12.04: sudo apt-add-repository ppa:ondrej/php5-5.6 sudo apt-add-repository ppa:ondrej/php5 Run these command in terminal to upgrade php : sudo apt-get update If everything

Selenium | how to upload a csv file with Selenium script

| By Webner

In this post I will give an example of how to upload a csv file with Selenium script to a webpage. Below is the screenshot of webpage: Code to automatically select a csv file and then click Submit button is

Salesforce | Trap incoming email and extract email content with attachments in salesforce

| By Webner

Problem: Trap incoming email and extract email content with attachments in Salesforce Solution: Salesforce provides us a mechanism to trap incoming emails on a specific email id and extra email contents including attachments out of it. To achieve this we

PHP | Load Data Infile to insert csv data into Mysql with PHP

| By Webner

Problem: How to insert csv data into mysql table with mysql query in php. What problems usually you face with this and how to resolve them. Description: I have csv file with thousands of records. I want to insert these