PHP

JSON is the most popular data format for exchanging data between a browser and a server. The JSON data format is mostly used in web services to interchange data through API. When you working with web services and APIs, sending JSON data via POST request is...

By: CodexWorld Apr 15, 2023
PHP

Web page screenshot capture functionality is used for various purposes in the web application. Mostly, the website screenshot is used to display a preview of a web page. When website URLs are required to list on the web page, displaying website screenshots...

By: CodexWorld Mar 17, 2022

The Input fields group is very useful when the bulk data needs to be submitted at once. If you have a requirement to submit a group of bulk data with multiple input fields, the input group makes it easy for you. Instead of showing some specific number of i...

By: CodexWorld Sep 5, 2023

TinyMCE is the most advanced WYSIWYG HTML editor used in the web application for adding HTML editor to textarea. TinyMCE provides a simple way to convert Textarea to an HTML editor on the web page. But sometimes TinyMCE functionality needs to be extended w...

By: CodexWorld Aug 18, 2023

Are you concerned about the security of your WordPress site? and want to secure the WP Administrative panel? Restrict admin access by IP Address is an effective way to secure your WordPress admin panel. Using HTACCESS you can allow or block IP to access WP...

By: CodexWorld Jul 27, 2017

Creating a modal popup is very easy with Bootstrap. So, if your web application uses Bootstrap, it's always a good idea to use Bootstrap for populating modal dialog. Because it does not require any third party jQuery plugin. Not only the static content but...

By: CodexWorld Feb 25, 2021

If you try to change your WordPress username, you will see the notification like this - Usernames cannot be changed. But many times we need to change the WordPress admin username for security purposes. You will find many plugins to change the username in W...

By: CodexWorld Jul 20, 2017

The 3D effect makes image gallery more attractive and provides a better user interface. There are many jQuery plugins are available for creating a 3D image gallery. But the 3rd party plugin increases the web page size which affects your website load time. ...

By: CodexWorld Jul 19, 2017
PHP

When we upload an image file in PHP, the uploaded image is stored in a directory of the server and the respective image name is stored in the database. At the time of display, the file is retrieved from the server and the image is rendered on the web page....

By: CodexWorld Aug 16, 2023

Generally, one database is used for a single web application. But sometimes we need to use two or more database in a single site. If your application built with CodeIgniter framework, it's very easy to use multiple databases. CodeIgniter provides an easy w...

By: CodexWorld Jul 12, 2017
PHP

Mail sending feature is the most used functionality in the web application. When we sending email from our website, an email template is used to make email content attractive and user-friendly. Dynamic Email Template makes it easy to manage templates for d...

By: CodexWorld Jul 10, 2017
keyboard_double_arrow_up