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: [PHP] $DateValue = “2016-01-05”; $newDate …
PHP
-
-
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 …
- Data LoaderForce.comIntegrationLINUXPHPSALESFORCEUNIX
how to insert/update the data from FTP server (CSV File) to Salesforce.com
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 …
-
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 …
-
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 …
-
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 …
-
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) …
-
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: …
-
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 …
-
How to list the Salesforce Meta Data using SOAP / PHP In you php code initialize the PHP and Salesforce connection and use below code: [php] try { //salesforce login …