somo Posted July 6, 2006 Share Posted July 6, 2006 Hi,I have got a php page that lets customer's details be entered in fields - i have used javascript to validate user's input. But i have one main form (to check certain fields are entered) and other sub forms in the page to validate user input (e.g. email and postcode) ... when the data is submitted to code that sends the data to the databse i get "Notice: Undefined index: email", "Notice: Undefined index: postcode etc.Is there a way around this so that all sub forms can send the data they have all as one to mysql?Many thanks, somo. Quote Link to comment https://forums.phpfreaks.com/topic/13831-forms/ Share on other sites More sharing options...
Chips Posted July 6, 2006 Share Posted July 6, 2006 Posting your code woule be most beneficial to be honest, use the code tags (surrounded by square brackets, so {code} your code here {/code} but with square brackets). Quote Link to comment https://forums.phpfreaks.com/topic/13831-forms/#findComment-53783 Share on other sites More sharing options...
somo Posted July 6, 2006 Author Share Posted July 6, 2006 i've sorted out the problem - ignore this ;D Quote Link to comment https://forums.phpfreaks.com/topic/13831-forms/#findComment-53785 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.