Friday, November 6, 2020

How to Configure XAMPP to Send Mail from localhost

We can send mail from localhost with sendmail package , sendmail package is inbuild in XAMPP. So if you are using XAMPP then you can easily ...

Wednesday, December 18, 2019

Why Does Meta Refresh Not Work in Firefox?

If you are building a website which includes a login page and you need to redirect the user to their profile page once they've logged in...

Tuesday, January 8, 2019

Installing XAMPP on Windows for PHP and Oracle Database

Today's guest post comes from Tianfang Yang who's been working with the Oracle Database extensions for PHP. This post shows how t...

Tuesday, December 25, 2018

Select2 Jquery Plugin Using Remote Data Loaded Using Ajax PHP and PDO

Select2 plugin is : Its a Jquery plugin to turn an input/select field into a dropdown select box with searchable and stylable features such...

Friday, October 5, 2018

Top 10 best practices in MySQL

MySQL is the second most widely used open-source relational database management system in the world. It has become so popular because of it...

Thursday, August 23, 2018

How to Make Select2 Work With Jquery.Validation Plugin?

If You are trying to validate select2 field using jquey.validation plugin but nothing happens You can check this link: https://github.com/rk...

Sunday, August 19, 2018

Whitelisting domains for WordPress CORS

This quick tip will share some code for how you can whitelist domains in WordPress to allow for Cross Origin Request Sharing (CORS). add_f...