PHP

QR Code is a machine-readable code that consists of black squares on a white background. QR code typically used for storing information which readable by the camera. Sometimes you required to generating dynamic QR code for products, members, or other items...

By: CodexWorld Dec 7, 2016
PHP

The poll or voting system lets the user share their opinion on a subject by selecting from several options. The system counts all the votes and displays the overall result in percentage. Online polls are mainly used to identify the choice of web users. Onl...

By: CodexWorld Aug 21, 2024
PHP

The login system allows the user to create and log in to their account for accessing the website content. The login system is a key feature for every membership website. If you want to restrict access to the website content and allow only the logged-in use...

By: CodexWorld Sep 19, 2023

LAMP stands for Linux, Apache, MySQL, and PHP, is an open source software stack. LAMP is used to configure the web server and host the web content. This step-by-step tutorial shows how to setup LAMP and install Linux, Apache, MySQL, and PHP on Ubuntu. Linu...

By: CodexWorld Oct 10, 2016
PHP

A CSV file stores the tabular data in plain text format. Each line of the CSV file is a data record that consists of one or more fields. Bulk Import is a very useful feature to add multiple records in the database without insert manually. Using the CSV fil...

By: CodexWorld Jun 11, 2024
PHP

The Contact Form is an essential element for almost every website. The contact us form allows visitors to communicate with the site owner from the website. Using the contact us form, visitors can easily submit their queries, views, opinions, and suggestion...

By: CodexWorld Sep 29, 2021
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

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
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
keyboard_double_arrow_up