Single form multiple function required

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
shahidr100
Forum Newbie
Posts: 2
Joined: Mon Oct 11, 2010 3:01 am

Single form multiple function required

Post by shahidr100 »

Hello all,

I have a form which looks like the attachment "issue.jpg".
Lending ID populates automatically.
User will enter book id and click on search button. Book name will be populated based on book id by searching through sql query.

User will enter User ID and click on Search button. Issued to field will be populated automatically.

I have a single form but I am not able to display the output in the single form.

Please help.

Also please suggest me some other alternative methods or better methods as well as I am new to PHP.

Thanks in advance.
Attachments
lend.zip
This is my php file
(1.71 KiB) Downloaded 4 times
This is how my page looks like
This is how my page looks like
issue.JPG (92.83 KiB) Viewed 90 times
Post Reply