How to Encode and Decode URL in PHP
This post explains how to encode and decode URLs using PHP. PHP supports the encoding and decoding of URLs by providing some built..
How to Generate Valid RSS Feed for your Laravel Application?
Feeds are one of the traditional and most effective ways to distribute your content to the wider audience.… ..
Introduction to Laravel PHP Framework Features and Version History
Welcome to Laravel Starter Guide. This tutorial series is designed to provide you with all the information you… ..
How to Extract Twitter Username from Url
The following PHP code snippet extracts the twitter username from twitter URL using regular expressions. For example, if… ..
Get Domain Name from URL in PHP Using Regular Expressions
The following PHP code snippet extracts the domain name from long URL using regular expressions. For example, if… ..
How to Add Subscribers to a List Using MailChimp REST Api V3
MailChimp REST Api V3 exposes methods that allows you to add, manage members of a specific MailChimp list. The following code snip..