Login   Register  
PHP Classes
elePHPant
Icontem

File: modify

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  >  modify  >  Download  
File: modify
Role: Example script
Content type: text/plain
Description: modify product qty in basket
Class: Shopping basket with MySQL connection
Shopping basket stored in a MySQL database
Author: By
Last change:
Date: 2004-09-02 06:44
Size: 547 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","productview.php") ;  ?>
<? $carrito
->change_qty($id,$qty) ; ?>
<? $conn
->destroy() ;               ?>
<HTML>
<HEAD></HEAD>
<BODY onLoad = "javascript: location.replace('show.php')">
</BODY>
</HTML>