PHP

Twitter Embedded Timelines provides an easy way to display the latest tweets from the Twitter account on the website. But there is a limitation for styling the Twitter feed list as per the website design. Custom Twitter feed helps to list the latest tweets...

By: CodexWorld Jul 10, 2018
PHP

Many times we are needed to extracting zipcode from address in our project. Using Google Maps API we can easily get zipcode from address. Learn how to get zipcode from address using Google Maps API and PHP. We had created a simple script for getting zipcod...

By: CodexWorld Apr 27, 2016
PHP

Star rating system is very useful to get user feedback about the product or service. With the rating system, the user can rate the product by selecting the star. It helps service provider to improve their service based on the rating provided by the custome...

By: CodexWorld Aug 12, 2019
PHP

Sending email from the script is very useful functionality for the web application. The PHP mail() function is the easiest way to send an email from the script. You can easily send text and HTML email using PHP built-in mail() function. Generally, the text...

By: CodexWorld Jul 26, 2022
PHP

Google has released the new reCAPTCHA v2 checkbox widget. Using the reCAPTCHA widget users can prove that they are human without solving a CAPTCHA question. Only a single click is needed to confirm they are not a robot. The Google reCAPTCHA Checkbox protec...

By: CodexWorld Mar 30, 2022
jQuery » PHP

The Autocomplete textbox allows the user to quickly find and select a value from the pre-populated option list. Autocomplete textbox provides a user-friendly way to add a search input field with auto-suggestions dialog in the web application. The jQuery UI...

By: CodexWorld Aug 8, 2022
PHP

Google Maps Geocoding API provides an easy way to fetch geographic data from address. Generally, Geocoding API is used to get the latitude and longitude of an address in the web application. Apart from this, Google Maps Geocoding API can be used for many p...

By: CodexWorld Dec 18, 2018
PHP

Drag and drop is a very effective feature to make the web application user-friendly. Generally, this feature allows to drag an element and drop it to the different location in the web page. Drag and drop feature can be used for various purposes in the web ...

By: CodexWorld Apr 29, 2024
PHP

It is very time-consuming to delete records one by one from a large amount of data in the list. We can make it easier by deleting multiple records at once. With the bulk delete feature, you can make the large data list user-friendly by allowing the user to...

By: CodexWorld Jul 6, 2023
keyboard_double_arrow_up