PHP Session for eCommerce

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
modon
Forum Newbie
Posts: 1
Joined: Tue Jun 28, 2005 5:53 am
Location: Dhaka, Bangladesh
Contact:

PHP Session for eCommerce

Post by modon »

I need a very simple php session for learn session. Any body can help me how can i store some variables in a sesion then it can display in table. suppose... i have enter id, name, and address of three persons. it contain in a session then i will display it on a table format.

Can you guys help me??????
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

What is wrong with the samples in the manual??
Post Reply