Advance Form

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
bishu
Forum Newbie
Posts: 1
Joined: Sun Oct 10, 2010 7:41 am

Advance Form

Post by bishu »

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.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Advance Form

Post by s.dot »

This is an HTML problem and not anything to do with PHP. Review form tutorials.
http://www.google.com/search?q=HTML+for ... =firefox-a
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply