Dynamo3209
Programmer
Hi,
I am developing a shopping cart, having some problems with the sessions I have 3 files Index.php, addtocart.php and shoppingcart.php(php class file) after selecting the products on index.php page, all the products are displayed on the next page,addtocart.php, for displaying all the products selected with price I am calling the php class shoppingcart.php which handles all the displaying functions. Now after displaying the shopping cart I move on to the next page where user details and some other questions depending on the products selected is asked from the user, however I am not able to access the products selected on the first page, on this page where the users are asked some questions depending upon the products they purchase.
Also while displaying the products selected I have to refresh the page before the products are displayed, if I move ahead from the index page a blank addtocart.php is displayed however when the page is refreshed it displays the correct products selected.
Appreciate any help in this regard.
Thanks,
Dynamo
I am developing a shopping cart, having some problems with the sessions I have 3 files Index.php, addtocart.php and shoppingcart.php(php class file) after selecting the products on index.php page, all the products are displayed on the next page,addtocart.php, for displaying all the products selected with price I am calling the php class shoppingcart.php which handles all the displaying functions. Now after displaying the shopping cart I move on to the next page where user details and some other questions depending on the products selected is asked from the user, however I am not able to access the products selected on the first page, on this page where the users are asked some questions depending upon the products they purchase.
Also while displaying the products selected I have to refresh the page before the products are displayed, if I move ahead from the index page a blank addtocart.php is displayed however when the page is refreshed it displays the correct products selected.
Appreciate any help in this regard.
Thanks,
Dynamo