view the Jooria_Delete/db.php file

from 'view Jooria_Delete/db.php content + editor' you can add some codes in this file with php editor.
file name: Jooria_Delete/db.php
Size: 273 B
date: 9 months ago

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',''));


?>