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!
one to display the item info/shipping options and place to enter their cc card...
from that page they go to a confirm page that gives them all the shipping and taxing tots
when they click submit the enter is ordered
right now I'm using hidden fields, but that doesn't seem the best way to pass data. Anyone know a better way? Would it be bad to make those hidden fields session variables instead??
i can't think of any thing that would make useing sessions for your problem a bad thing, it is better then useing hidden fields or passing the data around in the address bar(GET).
excuse my ignorance guys, what for and how u should use those hidden fields in forms.
I use dreamweaver mx to learn php programin, 'n I have seen those hidden fields in the form elements, I have always wonder what for and how to use those.