Hello All.
I am new to Daniweb.
I was wondersing if there are people who could help me with CouchCMS, a PHP based content management system. I am held up in an issue where I want to generate the receipts of fees being paid by the students.
So by perspective of CouchCMS I have the following:
- Student template (clonable page to store all students data)
- Month & Fees template (clonable page to specify the respective month and its fees)
- A Collect Fees template (for generating fees receipt using the data from Student and Month & Fees templates)
If some one could guide me, by perspective of PHP I can try to get the code into the CouchCMS perspective.
I am having a form to collect the fees. The form has:
- Dropdown (containing student names and ids)
- Dropdown (containing month name and fees amount)
- Textbox (readonly box just to display the fees amount once the month is selected)
- Submit button
My problem area is that:
How do I select a student name and then display the corresponding months for that student (months for which the fees is not paid yet).
Any help in PHP (simple) would be more than appreciated.
Regards,
GenX