Hi everyone,
I'm currently in production of converting an Excel model into a web based application, there is a huge amount of data moving around. I'm at the part of production where I am creating the static web layout with the integration of PHP in mind.
viewtopic.php?f=13&t=120023
As you can see here (with some help), I've created this interactive form where the user can add multiple walls to their input form, my confusion lies with how do I process this with PHP. They are just hidden with CSS, so when I POST the form, these values will go along also (blank or not). FYI I'm still yet to clear the fields if the user presses 'Delete' on a field, at the moment it still just hides them.
Any advice and tips would be HUGELY appreciated.
Cheers.
Interactive/Customisable Forms - Databases
Moderator: General Moderators
Re: Interactive/Customisable Forms - Databases
Just a quick bump, anything would be useful?