Database - CodexWorld https://www.codexworld.com/tag/database/ Web & Mobile App Development Company Fri, 16 Jan 2026 14:48:29 +0000 en-US hourly 1 https://www.codexworld.com/wp-content/uploads/2020/04/favicon.ico Database - CodexWorld https://www.codexworld.com/tag/database/ 32 32 91409221 Auto Backup MySQL Database using PHP Cron (Linux & Windows) https://www.codexworld.com/auto-backup-mysql-database-using-php-cron/ https://www.codexworld.com/auto-backup-mysql-database-using-php-cron/#respond Sat, 27 Dec 2025 10:30:30 +0000 https://www.codexworld.com/?p=5992 Automatically backing up your MySQL database is critical for production websites and applications. Manual backups are error-prone and often forgotten, while automated backups ensure your data is safe even if something goes wrong. In this

The post Auto Backup MySQL Database using PHP Cron (Linux & Windows) appeared first on CodexWorld.

]]>
https://www.codexworld.com/auto-backup-mysql-database-using-php-cron/feed/ 0 5992
CRUD Operations with Multiple Images in PHP https://www.codexworld.com/crud-operations-with-multiple-images-in-php/ https://www.codexworld.com/crud-operations-with-multiple-images-in-php/#respond Thu, 12 Oct 2023 06:43:33 +0000 https://www.codexworld.com/?p=5506 CRUD operations are the most used functionality in the web application managed dynamically. The add, edit, and delete functionality helps to manage data with the database on the website. You can integrate CRUD operations with

The post CRUD Operations with Multiple Images in PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/crud-operations-with-multiple-images-in-php/feed/ 0 5506
Import and Export CSV File using PHP and MySQL https://www.codexworld.com/import-export-csv-file-data-using-php-mysql/ https://www.codexworld.com/import-export-csv-file-data-using-php-mysql/#comments Tue, 19 Feb 2019 11:30:05 +0000 https://www.codexworld.com/?p=3869 Import and Export feature is very useful for the data management section. The Import functionality allows the user to upload and insert multiple data in the database. Using the Import feature, the bulk data can

The post Import and Export CSV File using PHP and MySQL appeared first on CodexWorld.

]]>
https://www.codexworld.com/import-export-csv-file-data-using-php-mysql/feed/ 1 3869
Save WYSIWYG Editor Content in Database using PHP and MySQL https://www.codexworld.com/save-html-editor-content-in-database-php-mysql/ https://www.codexworld.com/save-html-editor-content-in-database-php-mysql/#comments Tue, 05 Feb 2019 19:24:20 +0000 https://www.codexworld.com/?p=3804 The WYSIWYG editor allows the user to insert the HTML formatted text in the input field. You can easily add WYSIWYG HTML editor to textarea using jQuery plugin. There are many jQuery plugins are available

The post Save WYSIWYG Editor Content in Database using PHP and MySQL appeared first on CodexWorld.

]]>
https://www.codexworld.com/save-html-editor-content-in-database-php-mysql/feed/ 2 3804
DataTables Server-side Processing with PHP and MySQL https://www.codexworld.com/datatables-server-side-processing-with-php-mysql/ https://www.codexworld.com/datatables-server-side-processing-with-php-mysql/#comments Tue, 25 Sep 2018 05:24:54 +0000 https://www.codexworld.com/?p=3510 DataTables is a jQuery plug-in that provides a quick and easy way to list data in a tabular format on the web page. You can add the sorting, filtering, and pagination functionality to the HTML

The post DataTables Server-side Processing with PHP and MySQL appeared first on CodexWorld.

]]>
https://www.codexworld.com/datatables-server-side-processing-with-php-mysql/feed/ 4 3510
Delete Multiple Records from Database in CodeIgniter https://www.codexworld.com/delete-multiple-records-from-database-in-codeigniter/ https://www.codexworld.com/delete-multiple-records-from-database-in-codeigniter/#respond Wed, 01 Aug 2018 18:49:45 +0000 https://www.codexworld.com/?p=3393 Delete multiple records on a single click is very useful for the large data list. This feature provides a user-friendly way to remove multiple records from the database quickly. The user doesn’t need to click

The post Delete Multiple Records from Database in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/delete-multiple-records-from-database-in-codeigniter/feed/ 0 3393
How to Restore MySQL Database from SQL File using PHP https://www.codexworld.com/restore-import-mysql-database-sql-file-using-php/ https://www.codexworld.com/restore-import-mysql-database-sql-file-using-php/#comments Thu, 08 Feb 2018 18:41:24 +0000 https://www.codexworld.com/?p=3083 Generally, the import section of phpMyAdmin is used to import or restore the database from a SQL file. Like phpMyAdmin, there are various options are available to restore the tables of MySQL database. To import

The post How to Restore MySQL Database from SQL File using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/restore-import-mysql-database-sql-file-using-php/feed/ 1 3083
How to Change WordPress Admin Username https://www.codexworld.com/change-wordpress-admin-username/ https://www.codexworld.com/change-wordpress-admin-username/#respond Thu, 20 Jul 2017 17:30:52 +0000 https://www.codexworld.com/?p=2630 If you try to change your WordPress username, you will see the notification like this – Usernames cannot be changed. But many times we need to change the WordPress admin username for security purposes. In

The post How to Change WordPress Admin Username appeared first on CodexWorld.

]]>
https://www.codexworld.com/change-wordpress-admin-username/feed/ 0 2630
Store and Retrieve Image from MySQL Database using PHP https://www.codexworld.com/store-retrieve-image-from-database-mysql-php/ https://www.codexworld.com/store-retrieve-image-from-database-mysql-php/#comments Mon, 17 Jul 2017 18:04:30 +0000 https://www.codexworld.com/?p=2614 Generally, when we upload image file in PHP, the uploaded image is stored in a directory of the server and the respective image name is stored in the database. At the time of display, the

The post Store and Retrieve Image from MySQL Database using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/store-retrieve-image-from-database-mysql-php/feed/ 28 2614
How to Connect Multiple Database in CodeIgniter https://www.codexworld.com/connect-use-multiple-database-codeigniter/ https://www.codexworld.com/connect-use-multiple-database-codeigniter/#comments Wed, 12 Jul 2017 16:05:41 +0000 https://www.codexworld.com/?p=2607 Generally, one database is used for a single web application. But sometimes we need to use two or more database in a single site. If your application built with CodeIgniter framework, it’s very easy to

The post How to Connect Multiple Database in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/connect-use-multiple-database-codeigniter/feed/ 5 2607