PHP Classes

File: show

Recommend this page to a friend!
  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: 19 years ago
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>