MYSQL

Phone Book

Submitted by Amir63 on

This is a simply contact form developed using Java. It uses MySQL as a data source. You can print all data in data source and performed backup from data source. Also you can searched on data source and performed more things.

Contact Form in Java

Submitted by Amir63 on
This is a very simply contact form developed using Java. It uses MySQL as a data source. You must first create a connection to MySQL data source by clicking the Create Connection menu item in file menu. Then insert data in to data source. Also you can delete items from data source by Delete key. Hope you like it guys.

Meralco Bill Calculator (PHP/MySQL)

Submitted by iannnnnf on
Hey guys, this is a simple application coded with core PHP and MYSQL using PDO. Summer months in the Philippines is so hot we had to use at least two fans at night just to get good sleep. I was a little worried about our electricity consumption so I made this simple app to compute how much we have to pay even before the bill arrives. Basically, you just have to input a couple of details you can

Python: How To Connect To MySQL

Submitted by razormist on
In this tutorial we will try to connect Python to a MySQL database server. Python is a widely used advance-level programming language for a general technique to the developer. Beginners find the clean syntax and indentation structure easy to learn because of its less semi colon problem. That's why most of the new developer started to code with python.

Secure Registration and Login Script with PHP and MySQL using CodeIgniter and Ion Auth

Submitted by admin on
This is a secure registration and login form created using CodeIgniter and Ion Auth. I highly recommend using Ion Auth to secure the login form of your site as this is already tested and proven to prevent SQL Injection. In addition, I use Bootstrap to improve the design of the form. Here’s the instruction on how to setup CodeIgniter, Ion Auth and Bootstrap. 1. Download CodeIgniter Extract the

Php Sheep and Goat Management Application

Submitted by SUCCESSGANDE on
Goat and Sheep Management is a web application design to management any animal husbandry farm of like kind. Features 1. Add New Born by Mother 2. View Goat ages 3. Bury Dead Goat 5. Report Missing Goat 6. Report Dashed out Goat 7. Employ Staff 8. Vaccinate goat 9. Add Income 10. Add Expenditure 11. And many more. USERNAME: NABEMJUDE PASSWORD: gandepuun Note: Configure the base.php file to suit

Importing CSV File to MySQL using PHP with Bootstrap Templates

Submitted by alpha_luna on
If you are looking for Importing CSV File to MySQL using PHP with Bootstrap Templates then you are at the right place. We all know that CSV file format used to import or to export the table data. Every line from the CSV file format indicates one field for the data table in the database.