Login   Register  
PHP Classes
elePHPant
Icontem

File: show.php3

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Carlos Falo Hervás  >  basic_basket  >  show.php3  >  Download  
File: show.php3
Role: Example script
Content type: text/plain
Description: shows current content for the basket
Class: basic_basket
Basic Shopping basket system
Author: By
Last change:
Date: 2001-02-07 07:08
Size: 488 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.php3") ; ?>
<html><head></head>
<body>
<? $carrito->screen_dump() ;            ?>
<? $conn
->destroy() ;                 ?>
</body>
</html>