Creating Accounts and Contacts with the Salesforce API using PHP/CURL The Salesforce API provides a comprehensive method of accessing your Salesforce data, including Accounts and Contacts. This article will walk…
Read More
If you're building a web service, you'll want to keep it secure. One popular way to do this is by using JSON Web Tokens (JWTs). In PHP, we have two…
Read More
How To: Salesforce Authentication with Firebase/PHP-JWT What is Firebase/PHP-JWT? You can find the firebase/php-jwt library on GitHub. This library is a lightweight and straightforward implementation specifically designed for working with…
Read More
In Laravel there are different caching mechanisms in place that you may need to flush from time to time. Here's a breakdown of each and what they do: Application Caching…
Read More
Using the PHP function strpos() you can search a PHP variable to find any occurrence of one string inside of another. For example, your string is "Hello World!" and you…
Read More
We're working on a new project in Laravel 5.6 and along the way plan on providing tutorials for several of the Laravel functions and guides. Even a simple Laravel install…
Read More
Today I had PHPStorm open and not sure what I did, but for some reason it was stuck in a loop of re-indexing files. It wasn't a new project and…
Read More
We're always looking for ways to improve server performance and page speed loading times. Today we finished migrating the rest of our cPanel accounts over to PHP-FPM. It's straight forward…
Read More
MailChimp allows you to create sign up forms with their builder, but they can be a pain to style and for some don't allow enough customization. The following code is…
Read More
I need to grab the data from the "enclosure" tag from the following feed: https://queryfeed.net/twitter?q=%40CabosNews&title-type=user-name-both&geocode= In the example, you can modify the "enclosure" field to any of the fields you…
Read More