Friday, May 1, 2015

CRUD With RAW PHP

1. db_connect.php


<?php
//connect to the database
$mysql_host = "localhost";