PHP

A lot of things are there which you should follow when working with PHP. In this article, we'll discuss some important PHP hacks among them which every programmer should know about. These PHP tips will help you to write a more structured PHP script in less...

By: CodexWorld Sep 19, 2016
CSS

The toggle switch will add a neat and clean user experience to checkbox functionality. The toggle switch can be created using pure CSS, so you can use toggle switch as a filtering button in your web project. If you want to provide a better user experience ...

By: CodexWorld Sep 15, 2016

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
keyboard_double_arrow_up