scristaldi Posted October 30, 2013 Share Posted October 30, 2013 Have data entry screens where I want to enter regular data plus Example Enter f-name: Enter l-name: Enter add1 Enter add2 Enter city, state, zip .... ... then there is associated data which is where my dilemma starts. Say a code section comes up where the entry of preprogrammed codes starts. "Like pick all categories that apply" but not all categories are entered. How does one allow the entry person to add the new category while adding the person data. Is there a way to open a (pop-up?) window to allow the new category to be entered? Thanks in advance to any responses. Link to comment https://forums.phpfreaks.com/topic/283421-data-entry-using-php-mysql/ Share on other sites More sharing options...
mentalist Posted October 30, 2013 Share Posted October 30, 2013 You could do it in page by page like various registrations (say on dating sites), so they indicate the info for the new field, then the form is generated as required on the next page. To do it in one page you would need to use Javascript and maybe Ajax. Is that what you're after? Link to comment https://forums.phpfreaks.com/topic/283421-data-entry-using-php-mysql/#findComment-1456228 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.