Python

Python Source Code

Free Python Source Code. Download from a vast collections of free Python source code below. Games are also available like Rock Paper Scissors Game and a lot more.

CRUD Operation using PHP/MySQLi and AJAX/jQuery

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple CRUD Operation using AJAX/JQuery. CRUD means Create, Update and Delete. Also, the purpose of using AJAX/JQuery is that the page won't reload after an operation. I've used bootstrap in this tutorial to slightly improved the visuals. Creating our Database First and most important step in to create our database. This will serve as storage

Hospital Management System

Submitted by Benxon De Beni… on
This is hospital management system written in vb.net and mssql server database. It is a complete standalone computer source code though, it lacks this modules that I would appreciate if you help me come with them. Laboratory Pharmacy Full Billing Prescription Thus requesting your support in developing them. Username: Admin password: 1234 contact +2540716005704

How to Insert Data into MySQL Database using PHP, MySQLi, AJAX and JQuery

Submitted by nurhodelta_17 on
This tutorial will show you how to insert data into mysql database using PHP, MySQLi, AJAX and JQuery. You might wonder why use AJAX and JQuery when you can insert into database using PHP and MySQLi. Yes, but with the use of AJAX and JQuery, you don't need to reload the page in doing an action. This tutorial will not give you a good design but will give you idea on the topic. Creating our Database

Daily Time Record (DTR) for OJT

Submitted by Dhatz Edsil on
Daily Time Record for OJT system is a system capable of recording and tracking On-the-Job trainees. It is effecient since the ojt's will just log into the system and it will records its log. After recording the logs of trainess, the system is capable of exporting these records via MS Excel or MS Word. The system uses DataTable which make the presentation of records organize. contact me if you want

How to Download File using PHP/MySQLi

Submitted by nurhodelta_17 on
In my previous tutorial, I've created a Simple File Upload using PHP/MySQLi. As a follow-up, I've created another tutorial on how to create a Simple File Download. Most files can be easily download by clicking their link. However, some files cannot be downloaded by doing so. Thus, I've created this tutorial. This tutorial will not give you a good design, but will give you a good idea about the

Getting the Last Inserted ID in MySQL Table using PHP

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to get the last inserted id in our database table. In this tutorial, I have set up an Insert Form to show the id that will be inserted in our MySQL database. I've included 2 mysqli methods in this tutorial in the comments. So, feel free to switch between the two. Creating our Database First, we're going to create a database that contains our data. 1

Converting From MySQL DateTime to another Format in PHP

Submitted by nurhodelta_17 on
In this tutorial, Im going to show you how to convert mysql datetime format into your desired format. I've added symbols and their value for you to further understand the conversion. This tutorial uses two mysqli methods that I have included in the comments. So, feel free to switch between the two. Creating our Database First, we're going to create a database that contains our data. 1. Open