Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 720655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:47:01+00:00 2026-05-14T05:47:01+00:00

This is my first time playing with both ajax and objects, so please go

  • 0

This is my first time playing with both ajax and objects, so please go easy on me

I have 3 pages that make up the tester shopping cart.

1) page with ‘add’ ‘remove’ buttons and ajax code to call the PHP functions on page 2. this is the actual user page with the HTML output.

2) page with PHP cart function calls, receives $_GET requests from ajax on page 1 and calls functions of the cart object from page 3, returns results to page 1.

3) page with cart object definition.

Here’s the problem I believe I’m having. Currently I have ‘session_start()’ on pgs 1 & 2, and the cart definition (pag 3) on pgs 1 & 2. I only define ‘$_SESSION[cart]= new Cart’ on page 2. However, it seems like each time i hit an ajax function (eg each time pg 2 reloads) it seems like it’s rewriting $_SESSION[‘cart’] over again, thus it’s always empty at each new click (even tho it displays results of that click)

However, if i don’t define ‘$_SESSION[cart] = new Cart’ on pg 2, i get an error:

Fatal error: main() [function.main]:
The script tried to execute a method
or access a property of an incomplete
object. Please ensure that the class
definition "Cart" of the
object you are trying to operate on
was loaded before unserialize() gets
called or provide a __autoload()
function to load the class definition
in
/home3/foundloc/public_html/booka/carti.php
on line 17

Any suggestions? How can i stop re-creating my cart each time my page 2 (php cart function page) is called by ajax?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T05:47:01+00:00Added an answer on May 14, 2026 at 5:47 am

    Based on your comment to alex’ answer: you need to include the definition of the Cart class before you call session_start().

    You see, when you call session_start() the session data is unserialized and put in the global $_SESSION hash. Therefor it needs any external class definitions beforehand.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.