PHP

The image functions of GD library is the easiest way to create a dynamic image with text in PHP. In some situation, you need to create an image on the fly and write dynamic text to the image. To generate a dynamic random image with PHP, GD library needs to...

By: CodexWorld Apr 26, 2018

The export feature is used to download web page content as a file and save it for offline use. Microsoft Word or Doc (.doc) format is ideal for exporting HTML content in a file. The export to doc functionality can be easily implemented on the web applicati...

By: CodexWorld Feb 2, 2021

PDF file provides a simple and user-friendly way to download the bunch of data in a file. Before download the web page content, the content needs to be converted from HTML to PDF. The HTML to PDF conversion can be easily done using PHP library. Dompdf is a...

By: CodexWorld Apr 12, 2018

Export data to Excel is very useful on data list for nearly every web application. The export feature helps to download the data list as a file format for offline use. Excel format is ideal for exporting data in a file. Mostly the server-side method is use...

By: CodexWorld Jun 7, 2021

Form inputs customization helps to improve User-Interface of the webpage. Custom checkbox and radio inputs are very useful when you want to replace default browser's input style. Using CSS and jQuery you can easily customize checkboxes or radio buttons as ...

By: CodexWorld Mar 15, 2018
PHP

Category subcategory tree view provides a user-friendly way to list the parent and child categories. The category and their subcategory are easily separated by a tree structure. The categories tree view is always recommended to display an infinite level of...

By: CodexWorld Mar 13, 2018

The dynamic dependent select box auto-populates dependent data in the dropdown based on the selection. Dynamic dependent dropdown commonly used in country-state-city and category-subcategory selection. Load dynamic data in select boxes without page refresh...

By: CodexWorld Mar 2, 2018
CSS

Generally, browser's default style is used for checkbox and radio button. But if you want to make a nice UI web form and match with the web page layout, form element customization is required. Customize checkbox and radio button overrides browser's default...

By: CodexWorld Feb 26, 2018

jQuery Timepicker helps the user to select time without typing manually. Generally, timepicker is used with datepicker to allow the user to enter the date & time in a form. jQuery Timepicker plugin enhance form input field and add time select feature. You ...

By: CodexWorld Feb 20, 2018
PHP

Generally, the import section of phpMyAdmin is used to import or restore the database from a SQL file. You can restore the database from PHP script without login to your hosting server or phpMyAdmin. Restore database from PHP script is very useful when you...

By: CodexWorld Feb 19, 2018
PHP

Server-side file upload can be easily implemented using PHP. There are various ways available to upload image to server and display images on the webpage. Generally, in a dynamic web application, the uploaded image is stored in a directory of the server an...

By: CodexWorld Aug 8, 2023
keyboard_double_arrow_up