Skip to content
Main Menu
  • Home
  • About Me
  • SALESFORCE
  • Lightning
  • Lightning Web Component
    • Visual Studio Code Tips
  • Trailhead
  • Certification
  • Video
  • Contact
  • YouTube Channel
  • Linkedin
  • Twitter
  • FaceBook
  • GooglePlus

TheBlogReaders.com

Salesforce.com Lightning and Lightning Web Component – Learn & Share

  • Home
  • About Me
  • SALESFORCE
  • Lightning
  • Lightning Web Component
    • Visual Studio Code Tips
  • Trailhead
  • Certification
  • Video
  • Contact

PHP

  • Home
  • PHP
PHP

Convert Date Format using PHP?

January 5, 2016 Sakthivel Madesh0 Comments

Convert Date Format using PHP? Convert date format yyyy-mm-dd => dd-mm-yyyy its possible using strtotime() and date() function in PHP and below is the example: $DateValue = “2016-01-05”; $newDate = date(“d-m-Y”, strtotime($DateValue)); Output: 05-01-2016 for more details: strtotime and date docs on the…

Read More
HTML PHP SALESFORCE Wordpress

Integrate WordPress Contact Form 7 and Salesforce Web to Lead

July 27, 2015July 28, 2015 Sakthivel Madesh0 Comments

Integrate WordPress Contact Form 7 and Salesforce Web to Lead we need to write the curl (php) funictionality in functions.php file in wordpress server. login to your ftp server and you can find the file name called functions.php in your…

Read More
Data Loader Force.com Integration LINUX PHP SALESFORCE UNIX

how to insert/update the data from FTP server (CSV File) to Salesforce.com

March 17, 2015March 17, 2015 Sakthivel Madesh0 Comments

how to insert/update the data from FTP server (CSV File) to Salesforce.com Using some of the few ways its possible: 1) Using salesforce API  ( e.g. Java, PHP, .Net APIs ) Using program (JAVA, PHP, .Net) can connect with Salesforce.com…

Read More
PHP

US Phone Format Using PHP Function

June 17, 2014 Sakthivel Madesh0 Comments

US Phone Format Using PHP Function Below PHP Example code will turn the poorly formatted US phone numbers entered by Customer and format with following formats: (XXX)  XXX-XXX or XXX-XXX-XXXX Example 1: $phonenumber = “1234567890”; echo “(“.substr($phonenumber, 0, 3).”) “.substr($phonenumber,…

Read More
PHP

how to check the page is loaded in mobile or browser using PHP

April 9, 2014 Sakthivel Madesh0 Comments

how to check the page is loaded in mobile or browser using PHP This is possible with the help of following PHP Library http://mobiledetect.net Using that it’s very easy to only display content for a mobile: include ‘Mobile_Detect.php’; $isMobile =…

Read More
PHP

Submit the PHP Form data without using CURL

March 20, 2014March 20, 2014 Sakthivel Madesh0 Comments

Submit the PHP Form data without using CURL Your PHP Server (HOSTING) doesn’t enabled CURL, then we can submit the data using PHP Function’s like fsockopen() and fputs() Please see the below Sample Code: <?php //create array of data to…

Read More
PHP SALESFORCE Salesforce.com

Salesforce Web-to-Lead form integration using PHP and cURL

March 20, 2014March 20, 2014 Sakthivel Madesh0 Comments

Salesforce Web-to-Lead form integration using PHP and cURL Using this method, we can achieve the following scenarios: 1) Security Advantage of this process is hiding your Salesforce organisation ID 2) We can add multiple business requirements before/after submitting Leads data…

Read More
PHP SALESFORCE

How to clear the Salesforce WSDL Cache using PHP

November 26, 2013 Sakthivel Madesh0 Comments

How to clear the Salesforce WSDL Cache using PHP clearing the Salesforce WSDL cache files to prevent future caching, we need to add this line in your php code:   < ?php ini_set("soap.wsdl_cache_enabled", 0); //Define your salesforce and php connections…

Read More
Integration PHP Salesforce.com Visual Force Visualforce

Connecting Salesforce using PHP

October 12, 2013 Sakthivel Madesh0 Comments

If you found the security token(through email) under ” Setup | My Personal Information | Reset My Security Token ” or “My Settings | Personal | Reset My Security Token.” then you can use that token to connect salesforce along with password. If you dont find…

Read More
PHP SALESFORCE

How to list the Salesforce Meta Data using SOAP / PHP

March 8, 2013March 8, 2013 Sakthivel Madesh0 Comments

How to list the Salesforce Meta Data using SOAP / PHP In you php code initialize the PHP and Salesforce connection and use below code: try { //salesforce login and wsdl if (isset($client)) { // Retrieve all the objects in…

Read More

Posts navigation

1 2 3 Next

Salesforce MVP

SALESFORCE MVP 2020

SFDC Learn & Share – YouTube

SFDC Learn & Share - YouTube

Virtual Salesforce Events/Meetup

Virtual Salesforce Events/Meetup

SALESFORCE CONSULTING & IMPLEMENTATION

Techforce Services

Salesforce MVP 2020 – Success Journey

Salesforce MVP 2020 – Success Journey Blog Series

TRAILHEAD PROFILE

https://trailblazer.me/id?uid=sakthivel

Answer Leader @ Salesforce Community

Sakthivel Madesh Answer Leader Trailblazer Community

Top Salesforce Blog 2020 – SFBEN

Top Salesforce Blog 2020 - SFBEN

Top Salesforce Expert – masonfrank

Sakthivel Madesh

Best Salesforce Blogs for Developers – inspire planner

Best Salesforce Blogs for Developers - inspire planner

Salesforce Developer Blog

 Salesforce Developer Blogs

Advertisement




Salesforce Success Cloud – Tweet

Meet, @msakthivel83 A Sr. Salesforce Developer at Techforce Services, 15x Salesforce Certified, and 5x Trailhead Ranger!

We are grateful for all that this #SalesforceAnswersLeader brings to the #TrailblazerCommunity.

See how he tackles this question about Activites: https://t.co/f1RerAHPaC pic.twitter.com/qFIWdZNklB

— Salesforce Success Cloud (@asksalesforce) March 19, 2019

SFDC Hero of the Month – July 2019

Hey Guys, Its time to announce the results of #SFDC hero of the month July and he is none other than the most reputed and highly dedicated Mr. Shakthivel. Congrats @msakthivel83 #SalesforceOhana #saasnic #sfdc #Congratulations pic.twitter.com/cc5xizcH3n

— SFDC Hero of the Month (@SFDC_HERO) July 31, 2019

#Congratulations @msakthivel83 #Hero ofthe month #july2019

LinkedIn - https://t.co/HaFEWEiGHm
Twitter - https://t.co/0qfxfr0Neq
Facebook Group - https://t.co/wACNc9HX2N
Blogger https://t.co/IduJi7Uwcq
YouTube - https://t.co/szGuHZaXXg pic.twitter.com/aQv1rH4GdF

— SFDC Hero of the Month (@SFDC_HERO) July 31, 2019
  • About Me
  • Contact

Copyright © All rights reserved.

Blorigan by Axle Themes