Login   Register  
PHP Classes
elePHPant
Icontem

File: data_int

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of kostas gougakis  >  Shopping basket with MySQL connection  >  data_int  >  Download  
File: data_int
Role: Auxiliary script
Content type: text/plain
Description: intialize users profile
Class: Shopping basket with MySQL connection
Shopping basket stored in a MySQL database
Author: By
Last change:
Date: 2004-09-02 06:27
Size: 161 bytes
 

Contents

Class file image Download
<?PHP // Database initialization...
  
$conn = new mysql_conn("localhost","","","demo",true) ;
  
$conn->logfile $dirapp "logfile" ;
  
$conn->init() ;
?>