Remote access will allow you access MySQL database from another server. This access is helpful when you want to connect multiple databases hosted on different server. For security reason remote access to MySQL database server is disabled. You need to enabl...

By: CodexWorld Sep 12, 2016

Depending on the number of comments post page will take the time to load and sometimes the page is crashed if there are huge numbers of comments are available. If you're receiving lots of comments for posts, it might be a good choice to add pagination to c...

By: CodexWorld Sep 8, 2016

Apache mod_rewrite Module is used to rewrite requested URLs on the fly. This mod_rewrite module provides an easy way to manipulate URLs using an unlimited number of rules. In order to work with URL rewrite rule, you need to enable mod_rewrite in Apache ser...

By: CodexWorld Sep 6, 2016

A modal is a dialog box or popup, displayed over the current web page. A model popup helps to display additional information without reloading the page. The user can view the relative information on the popup box on the same page. There are various plugins...

By: CodexWorld Mar 4, 2022
PHP

If you want to provide a time picker dropdown for selecting time, then there are many options to do that. You can use jQuery plugins to provide a time picker to the user or generate a custom time picker dropdown with PHP. If you are concern about the web p...

By: CodexWorld Aug 29, 2016

GD library is used to create and manipulate image file in PHP. PHP will need to be compiled with GD library for image functions to work. If you are using Apache web server and want to install PHP GD support, then this tutorial will help you a lot. Ubuntu c...

By: CodexWorld Sep 5, 2016
PHP

The shopping cart functionality is an important part of every eCommerce project. It helps the user to select and purchase multiple items at once. Also, the online shopping cart allows viewing the selected items and the total price before submitting the ord...

By: CodexWorld Jul 16, 2024

Most of the users overlook the security of their WordPress website because there is a myth that it is one of the most secured CMS platforms. But the truth is that there is not a powerful way to completely protect a site or blog from hackers, spammers, and ...

By: Maggie Sawyer Aug 19, 2016

The jQuery UI Datepicker is a widely used plugin that provides an easy way to add a calendar to the input field for selecting a date. The jQuery Datepicker is attached with form input field or inline element to open an interactive calendar. Also, it is a h...

By: CodexWorld Aug 16, 2016

Tooltips are a great way to showing details information to the user by hovering a text or image and it helps to improve the user experience of your website. Using tooltips you can display image caption, description for links, and useful information. You ca...

By: CodexWorld Jun 3, 2024

WordPress has many different content types. A single item of content is called a post, also post is a specific post type. All the post types are stored in the same database table and differentiated by a column called post_type. By default, five post types...

By: CodexWorld Aug 5, 2016
keyboard_double_arrow_up