PHP Classes

File: connection.php

Recommend this page to a friend!
  Classes of Gautam Lohar   Automatic Priority Setting in any table Modified   connection.php   Download  
File: connection.php
Role: Auxiliary script
Content type: text/plain
Description: connection file
Class: Automatic Priority Setting in any table Modified
Update or delete MySQL records with given priority
Author: By
Last change:
Date: 9 years ago
Size: 116 bytes
 

Contents

Class file image Download
<?php
    mysql_connect
("localhost",'root','') or die('NO conn');
   
mysql_select_db('yourdbname') or die('NO DB');
?>