Subform

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
hershy
Spammer :|
Posts: 10
Joined: Thu Aug 09, 2007 5:25 am

Subform

Post by hershy »

Hi everyone , Can any of you please tell me how to use subform i.e form within anther form in same IE in php?
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

I believe subforms are part of the Drupal Content Management System as I am pretty sure they are not part of standard HTML. As such I cannot really comment in detail. You may want to look at the specific documentation. My only suggestion in regards to PHP if you have results needing processing is that you output the $_GET or $_POST result arrays and see what the form(s) actually return.
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

Post by miro_igov »

Why you need subforms, every task could be done in a form.
Post Reply