Login   Register  
PHP Classes
elePHPant
Icontem

File: dabasecon.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-03-03 00:57
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');
?>