PHP

Google reCAPTCHA is a free service that allows you to implement CAPTCHA functionality in the web form. Google provides two types of reCAPTCHA for the web form, reCAPTCHA v2 and Invisible reCAPTCHA. Google Invisible reCAPTCHA works same like the reCAPTCHA v...

By: CodexWorld May 9, 2018
PHP

File upload in PHP is the most used functionality for the web application. Single file or multiple files can be easily uploaded using PHP. PHP provides a quick and simple way to implement server-side file upload functionality. Generally, in the web applica...

By: CodexWorld Jun 10, 2021
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
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
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
PHP

Image upload is a common feature in the WYSIWYG HTML editor. If you're using TinyMCE editor in the textarea, the image can be easily inserted into the editor. TinyMCE HTML editor provides an easy option to upload and insert images in the editor as BLOB dat...

By: CodexWorld May 20, 2022
PHP

Inline data editing provides an easy way to edit data in table cells without loading another component. If your web application has data grid functionality, inline edit & delete is the must-have feature. The user can edit and delete content on the same pag...

By: CodexWorld Jan 23, 2023
PHP

XML is used in many ways in the web application. If you're concerned about database size and want to reduce database uses, XML can help you to free the space from the database. Instead of the database you can store the data in the XML file and retrieve dat...

By: CodexWorld Nov 27, 2017
keyboard_double_arrow_up