TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vijay yadav
NA
3
1.6k
e-commerce/add to cart
Feb 14 2013 8:05 AM
<?php
$id=$_REQUEST['proid']; //this id is that product selected
$_SESSION["cart"]=$id; //get the value in $_SESSION["cart"]
//echo $_SESSION["cart"] //print the value that in session for check value coming in session or not
?>
problme is that when i select next product first vale from session overlaped by current proid value.
i want to get the selected proid for cart.php to fetch the product detail from database and want to complet the shopping cart code.
if Respected people have add to cart demo or any link about it plsease help me.
Reply
Answers (
0
)
how to know physical ip in php of the client
Related Combo box not functioning