Advance Form
Posted: Sun Oct 10, 2010 8:09 am
I was trying to create a form as follows
Name - <textbox>
Amount Deposited - <textbox>
Type of Deposit - <combo> Cheque/Cash
If Cheque is selected than
Bank Name - <textbox>
Cheque No. - <textbox>
A/C No. - <textbox>
If Cash is selected than
Bank Name - <textbox>
Branch Name - <textbox>
I am very new to PHP and facing a problem to create this form. Please Help me.
Name - <textbox>
Amount Deposited - <textbox>
Type of Deposit - <combo> Cheque/Cash
If Cheque is selected than
Bank Name - <textbox>
Cheque No. - <textbox>
A/C No. - <textbox>
If Cash is selected than
Bank Name - <textbox>
Branch Name - <textbox>
I am very new to PHP and facing a problem to create this form. Please Help me.