Hi. I have spent almost a month learning and coding php forms. The code seems to work fine in testmode, but not in live mode! So I have 3 problems.

Problem 1: the user has to submit twice to get the form to post. I view page source and action is set just fine so I do not understand why the form won't submit.
Problem 2: in IE the nothing works! Clicking anything takes me to my home page.
Problem 3: When the action is set to the real php page, not only does the user have to click twice, but if the user goes back to the form, the action never gets reset. I need the action to reset to $_SERVER for when the user might want to add more products.

I would really appreciate help! thanks so much!

Recommended Answers

All 2 Replies

Post some code so we can see what you are doing. Almost impossible to provide any kind of answer based on what you have described.

Post some code so we can see what you are doing. Almost impossible to provide any kind of answer based on what you have described.

Actually, I already solved this problem. Thanks, tho.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.