by Haroon Ejaz | Oct 6, 2019 | Email Marketing, Featured
Hello fellow bloggers, If you are looking for a tool for email marketing campaign, then you are at the right place. I will not talk about an ordinary tool with limited feature, the tool I will introduce to you is the best in the industry with many amazing features....
by Haroon Ejaz | May 18, 2019 | Web Development, Featured, PHP
Learn How to Remove duplicate values from an array in PHP. In PHP Programming Language, there is already a function to remove duplicate elements from an array. But unfortunately, array_unique does only support string based comparisons. Check the following examples....
by Haroon Ejaz | May 1, 2019 | Resources, Featured, PHP
What are the Best Learning Resources for PHP Developers ? If you are a web developer, either you have just started learning PHP or you are an experienced PHP developer. You must know about these learning resources for PHP development because they are one of the best...
by Haroon Ejaz | Apr 7, 2019 | jQuery, Featured, Web Development
Learn jQuery in 15 minutes is a 3 video series by DevTips, one of the best programming channels on youtube. The teacher in this tutorial is Travis whose style of teaching is just amazing. He never let's you get bored and yet teaches very well. Excited to learn jQuery...
by Haroon Ejaz | Mar 24, 2019 | Web Development, Featured, PHP
In this PHP Lesson, you will learn how to replace image src attribute from a dynamic HTML string using PHP methods. Let’s assume we get products description from database and we have to decode any HTML tags from that description and display on front-end. See the...