Tutorials Home Scripts Home
file name: Jooria_Delete/db.php
Size: 273 B
date: 3 months ago

Jooria_Delete/db.php Contents

Jooria_Delete/db.php

This file is located in Jooria_Delete.zip

<?php

/**
 * @author www.jooria.com
 * @file db.php
 * @link
http://www.jooria.com/Tutorials/Website-Programming-16/Delete-Records-With-Effect-Using-jQuery-And-P
HP-152/index.html
 */


mysql_select_db('Jooria_Delete',mysql_connect('localhost','root',''));


?>