CRUD

Add, Edit and Delete record using PHP/MySQL with PDO Query

Submitted by RobertSoriano on
This project will teach you on how to make a CRUD (Create Record Update Delete) using PHP/MySQL and PDO Query. Why PDO? Because mysql functions are getting deprecated. PDO is safe from sql injections and it will make you far more productive. Just download the file, put it to your www folder(wamp) or htdocs(xampp) and upload the database in phpmyadmin. Enjoy and happy coding! :) If you need more

Simple CRUD File Handling System

Submitted by ronard on
Hi sourcecodesterian, I try to make a simple CRUD in File Handling System that will store data using files in txt format. The main feature of this program that will Create, Read, Update and Delete. The process of this program will add fullname and address. In fullname field, the system will auto create a txt files and get the current date with the random number for the file naming and save the

Simple remote MySQL database in VB Application

Submitted by emond on
a simple database app that can be used to manipulate your website's MYSQL database, applicable in administrating your web databse from your Windows based PC .Connection is via MySQL ODBC 3.51 Driver. CAn perform CRUD and it shows how to connect and query records in a remote server (for this sample i used www.freesql.org) using ADOdb control and datagrid to show data from remote server.. I'll Post