Event Calendar helps to list the events in a user-friendly way. The full view calendar is the best option to display the events in a calendar. In the dynamic web application, the events are fetched from the database and listed in the large calendar. If you...

By: CodexWorld Jun 23, 2020
PHP

Facebook PHP SDK provides an easy way to access Facebook API. The PHP SDK helps to authenticate and login with Facebook account on the web application. After the authentication, various information can be fetched from the user's Facebook account using Grap...

By: CodexWorld Aug 28, 2019

The autocomplete feature is very useful for the location search input field. It helps to select a proper location without typing the entire address. The autocomplete functionality can be easily added to the input field for text-based geographic location se...

By: CodexWorld Sep 8, 2022

Google Maps API provides an easy way to embed the map on the web page. The specific location can be marked on the Google Map using a marker. The marker with InfoWindow helps to add some information about the location. You can add multiple markers with Info...

By: CodexWorld Aug 1, 2019

CodeIgniter CRUD functionality helps to implement the view, add, edit, and delete operations in the web application. Generally, the CRUD functionality is used to manage data with the database. Not only the data management but also the image file upload fun...

By: CodexWorld Jul 24, 2019
PHP

Authorize.Net is one of the popular payment gateway to accept payment online with a credit card. The Authorize.Net payment API provides a simple and powerful solution to integrate checkout system with smooth payment experience online to accept credit card ...

By: CodexWorld Jul 16, 2019

Multiple images upload feature helps to upload a large number of files to the server at once. Upload multiple images in CodeIgniter allows uploading multiple images at once instead of one-by-one. This feature is very useful for the data management section ...

By: CodexWorld Jul 16, 2019

Stripe API provides the quickest way to integrate credit card payment option on the website. With stripe API you can allow the user to make the payment online by their credit or debit card. The credit card checkout system can be easily implemented on the w...

By: CodexWorld May 19, 2020
PHP

Watermark is the best option to protect the image from being stolen or re-used by another person. You can display the ownership by adding watermark to image. The watermark helps to identify the creator of the image. Mostly, the watermark stamp is used in t...

By: CodexWorld Jun 13, 2019
keyboard_double_arrow_up