|
|
 |
BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0  | This is the forum to discuss the Wrox book Beginning PHP5, Apache, and MySQL Web Development by Elizabeth Naramore, Jason Gerner, Yann Le Scouarnec, Jeremy Stolz, Michael K. Glass; ISBN: 9780764579660 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

April 22nd, 2005, 11:34 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
shopping cart
hi,
I'm a little confused about cart-abandonment. I made the cba shop with help of this book. It stores the shopping cart in a table in a database.
However in the exercises there is nothing said about the spam left in the temp database, the database fills up and if you have many visitors it fills up fast. What is the best way to deal with this problem, is there a script which knows when a user closes its browser and then deletes it's cart. The book says that it wants to save it for analysis, but if I keep it I must delete the entries weekly and I’m not really happy with that.
greetz
|

June 10th, 2005, 08:00 PM
|
|
Authorized User
|
|
Join Date: Apr 2004
Location: Cincinnati, OH, USA.
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
xipnl,
Sorry for the delay in responding to you- to delete the temp database on a regular basis, you could write a simple PHP program with a SQL statement that empties the table, then set up a cronjob to execute the program at determined intervals.
hope that helps!
Elizabeth Naramore
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| shopping cart |
keyvanjan |
Classic ASP Basics |
1 |
January 9th, 2007 10:16 PM |
| Shopping Cart |
seannie |
ASP.NET 2.0 Basics |
0 |
December 12th, 2006 10:28 AM |
| Shopping cart help |
rsm42 |
ASP.NET 1.0 and 1.1 Basics |
3 |
December 9th, 2006 06:09 AM |
| shopping cart |
isheikh |
BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 |
2 |
October 8th, 2004 05:20 PM |
| Shopping Cart |
superG |
ASP E-commerce |
2 |
July 14th, 2004 04:10 PM |
|
 |