PHP Classes

File: dabasecon.php

Recommend this page to a friend!
  Classes of raju mazumder   Export To Excel   dabasecon.php   Download  
File: dabasecon.php
Role: Configuration script
Content type: text/plain
Description: configuration file
Class: Export To Excel
Generate HTML tables from MySQL query results
Author: By
Last change:
Date: 16 years ago
Size: 208 bytes
 

Contents

Class file image Download
<?php
/*PHP Document

Page : make connection with mysql and select database
 */

$conn=mysql_connect('localhost','root','')or die('Sorry Could not make connection');
mysql_select_db('exceltest');
?>