Login   Register  
PHP Classes
elePHPant
Icontem

File: show

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  >  show  >  Download  
File: show
Role: Example script
Content type: text/plain
Description: show products and basket
Class: Shopping basket with MySQL connection
Shopping basket stored in a MySQL database
Author: By
Last change:
Date: 2004-09-02 06:50
Size: 523 bytes
 

Contents

Class file image Download
<? require ("cookie.php") ;             ?>
<? 
require ("mysql_conn.php") ;            ?>
<? 
require ("mysql_recordset.php") ;            ?>
<? 
require ("mysql_command.php") ;            ?>
<? 
require ("data_init.php") ;             ?>
<? 
require ("del_session.php") ;        ?>
<? 
require ("add_session.php") ;        ?>
<? 
require ("basket.php") ;            ?>
<? $carrito 
= new basket("conn","showproduct.php") ; ?>
<html><head></head>
<body>
<? $carrito->show_product() ;            ?>
<? $carrito
->screen_dump() ;            ?>
<? $conn
->destroy() ;                 ?>
</body>
</html>