Is it possible to have a Session variable as an array in PHP where,
that array gets values added to it dynamically?
Im trying to create a inquiry cart where the product ids of all the items that a customer inquires about gets stored in a session variable. how can I do this?
the ids can be sepperated by a delimeter dynamically. I just cant get this done. pls help if you know. thans in advance!
that array gets values added to it dynamically?
Im trying to create a inquiry cart where the product ids of all the items that a customer inquires about gets stored in a session variable. how can I do this?
the ids can be sepperated by a delimeter dynamically. I just cant get this done. pls help if you know. thans in advance!
Comment