I am trying to create a form where there are multiple sections. It is actually an online menu ordering system. If you remain on the same section (say.. Appetizer), the values successfully load into $_SESSION and displays in the textbox as value. However, if you switch sections (say.. Soups), the values first loads. But when you submit your order for that particular section/switch sections, it loses the values from Appetizer.
似乎像我的会议阵列一样,它只能从POST阵列中收回价值,不能保留原来储存的价值。
谁能告诉我我我我什么是错的? 我就此说得相对新。