Browsing Category
PHP
8 posts
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-in functions.
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 use custom CSS in Redux framework option panel
Redux WordPress framework is awesome in its way. It powers developer with an awesome options panel, that you…
How to Add Font Awesome Icons to Redux Options Panel
Redux WordPress framework includes Elusive Icons by default for your options panel icon needs. Elusive Icons are very limited…
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 snippet help you to add a new subscriber to Mailchimp List.