Mini shopping basket 4 implemented by PHP4Session

Source: Internet
Author: User
Segment 3. Create a new basket and add a project to it ;? Php // set the project count to 1 $ ses_basket_items1; // fill in the 0th positions of the four arrays, the value passed through the href link // The link is added to the link in 'Add link to your Page' section. $ ses_basket_name [0] $ basSyntaxH

Segment 3. Create a new basket and add a project to it
$ #@ 60 ;? Php
// Set the project count to 1
$ Ses_basket_items = 1;
// Fill in the 0th positions of the four arrays and use the values passed from the href link
// The link is described in 'Add a link to your page '.
$ Ses_basket_name [0] = $ basket;
$ Ses_basket_amount [0] = 1;
$ Ses_basket_price [0] = $ price;
$ Ses_basket_id [0] = $ id;
// Register a new basket in the session
Session_register ("ses_basket_items ");
Session_register ("ses_basket_name ");
Session_register ("ses_basket_amount ");
Session_register ("ses_basket_price ");
Session_register ("ses_basket_id ");
? $ #@ 62;
In this way, a basket will be created, so the value will be filled in the 0th position of the array, and the array will be registered using session. A basket was born.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.