Monthly Archives

June 2019

Formidable FormjQueryPHPWordPress
June 25, 2019

Search By City filter for Multiple Names with Same City

Let’s consider the event registration form, User has to enter their city name for the event registration. Some user will register their City by typing Bangalore and some users will register their city by typing Bengaluru. Same cities will have multiple names. If website visitors / admin wants to check…
Read More
WordPress
June 24, 2019

WordPress Custom Meta Box

How to create a custom meta box in WordPress Admin Interface without using the plugin? Create a custom Meta box container. Create a function for Meta box content. Create a function for Save the data of the Meta field. Meta Box We can add a meta box to any post…
Read More
jQuery
June 21, 2019

PCI DSS Script Customization

PCI DSS - Payment Card Industry Data Security Standard is an information security standard for handling the credit cards from the major card schemes and it was created to protect cardholder data. When we were implementing the PCI DSS Assurance Card script into our WooCommerce website, it becomes a floating…
Read More
Web Service
June 14, 2019

How the REST API works between Android Application and PHP Web Server

Before going deeper into web service API implementation, Let's go through the what is web service, why do we need a web service, what is REST API and then implementation. Web Service Web service is a collection of open protocols and standards used for exchanging data between two different applications…
Read More