sql retrieval problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
suki2shoes
Forum Newbie
Posts: 4
Joined: Thu Mar 30, 2006 10:57 am

sql retrieval problem

Post by suki2shoes »

Hi.

my website uses a session_id and sends this to my mysql database along with the details of the products the customer buys.

When i'm using a query to echo the products the customer has bought, they are being called using $last_id = mysql_insert_id(); and the session id.

therefore i am wondering as all the products are called using the session_id, if there is a way i can distinguish between between products to do calculations on the individual price or just simply display the data in a table.


http://pastebin.com/632612 - sql call
http://pastebin.com/632619 - sql insert queries

if you see in the file above, i want description and price to go of each product to go into seperate rows, but becauase the call is on session_id they go into the same row.
i know there probably easier ways like storing my values in arrays or osmething, but i'm novice and this is how i've done it now :(.

Thanks for help in advance.
Post Reply