All Stories

How to Encode and Decode Image Path in PHP

To Encode and Decode Image Path in PHP, we use 3 main PHP inbuilt functions, file_get_contents() Function: The file_get_contents()...

Jan 21 · 1 min read >

Export MySQL Data to Excel in PHP Using Ajax

Export MySQL Data to Excel in PHP Using Ajax, for doing this task we have to follow 4+ steps...

Jan 19 · 2 min read >

How to Get HTML Tag Value in PHP

In this particular, How to Get HTML Tag Value in PHP, article we will use the PHP DOMDocument Class...

Jan 17 · 1 min read >

How to Keep Value After Page Reload in PHP

On this task, How to Keep Value After Page Reload in PHP, 2 major things we have to know...

Jan 15 · 50 sec read >

Count Number of Visits Using PHP Cookies

In this Count Number of Visits Using PHP Cookies task, first, we have to know what are the cookies...

Jan 12 · 1 min read >

Set and Display Session Data in CodeIgniter

In Set and Display Session Data in CodeIgniter, first we have to learn a little bit about Session in...

Jan 10 · 1 min read >

Auto Add Country Code in Input using JavaScript

Auto Add Country Code in Input field using JavaScript, here are 3 steps to create and add auto country...

Jan 10 · 55 sec read >

jQuery Contact Form Send Email Using Ajax

jQuery Contact Form Send Email Using Ajax, is a common feature of various websites. If you want to send...

Jan 9 · 1 min read >

How to Store Data In Cookies Using JavaScript

Store Data In Cookies Using JavaScript, before we start setting the cookie using JavaScript, first we should discuss what...

Dec 20 · 1 min read >