PHP

How to Export MySQL Database into CSV File using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to export MySQL database into .csv/CSV file using PHP/MySQLi. Usually, we export MySQL database using our phpMyAdmin and it is in .sql format but if you want it in CSV format, this tutorial will help you on how to achieve this. CSV stands for Comma-separated Values which is a simple file format used to store tabular data such as database.

How to Import CSV File into MySQL Database using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to import data from .csv file or CSV into MySQL database using PHP/MySQLi. CSV stands for Comma-separated Values which is a simple file format used to store tabular data such as database. As the name suggested, the data in this files are separated by commas and most of the time came from excel spreadsheets.

Malawi Online Market

Submitted by Patrick Mvuma on
I have decided to share with you the online market web system so that you can use and learn one or two things. With 4 years of work experience under my belt am a complete web developer i specialise in web systems and website development using php, javascript, html and mysql. To install the system 1. Extract the zip folder 2. Copy the contents and paste them in your root folder 3. Import the

How to Get Multiple Parameters in URL of CodeIgniter App

Submitted by nurhodelta_17 on
This tutorial tackles on how to get multiple parameters in URL of CodeIgniter Application. Usually, we only passed a single parameter in URL and it is usually an ID but in cases that you needed to pass two or more parameters and retrieve them in your controller, this tutorial will be very beneficial to you.

Online Voting System

Submitted by Patrick Mvuma on
I decided to share my simple online voting system because i know you will learn and use one or two things.Am a specialized web developer in web system and website feel free to contact me If you have any question regarding this project or anything find me Installation process: Extract the zip file Copy the extracted file and paste in your root folder Run the index.php file That is all If you have

Library Management system

Submitted by Ronald Ngoda on
This a simple library management system with an intuitive dashboard UI for management. The system has several modules for members, books, book issue, book return, magazines and newspapers. You can be able to track the books issued and how many have not been returned easily. This system is suitable for schools and any other public or private libraries. After downloading the system simply extract it