Interactive/Customisable Forms - Databases

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
timWebUK
Forum Contributor
Posts: 239
Joined: Thu Oct 29, 2009 6:48 am
Location: UK

Interactive/Customisable Forms - Databases

Post by timWebUK »

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.
User avatar
timWebUK
Forum Contributor
Posts: 239
Joined: Thu Oct 29, 2009 6:48 am
Location: UK

Re: Interactive/Customisable Forms - Databases

Post by timWebUK »

Just a quick bump, anything would be useful?
Post Reply