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

In this tutorial we'll provide the easy way to creating Twitter Application. For using Twitter OAuth you need to create a Twitter App and API details. Create Twitter Apps and generate Consumer Key (API Key), Consumer Secret (API Secret), Access Token and A...

By: CodexWorld Aug 9, 2015
PHP

A zip code or postal code makes an address more accurate and helps to know the correct location. There are many online services available to get zipcodes by address. But if you want to get the zipcode from address dynamically, an API service needs to be us...

By: CodexWorld Jun 27, 2024

CakePHP has released 3.x versions with many changes. Learn CakePHP 3.x framework installation, configuration and application development from scratch. Our step by step CakePHP 3.x tutorial helps beginner for learn CakePHP 3.x from scratch. Also we will dev...

By: CodexWorld Aug 27, 2015
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

SSL Certificate helps to make secure sensitive communications between your site and your customers. It helps to make your website secure, earn the trust of your website's visitors and boosts your website ranking on search engines. If you don't have already...

By: CodexWorld Oct 24, 2017
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
keyboard_double_arrow_up