PHP Classes

File: data_int

Recommend this page to a friend!
  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: 20 years ago
Size: 161 bytes
 

Contents

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