Search found 2 matches
- Fri Aug 19, 2011 3:34 am
- Forum: PHP - Code
- Topic: How to automatically display data in textboxes?
- Replies: 3
- Views: 1263
Re: How to automatically display data in textboxes?
Thank you very much for your help. As you suggested I have made the page in a way that the teachers can only submit marks and they will not necessarily be able to see the grades instantly. Later on if they chose to see those results with grades and GPA, for that case I have developed PHP code which ...
- Sun Aug 14, 2011 8:31 pm
- Forum: PHP - Code
- Topic: How to automatically display data in textboxes?
- Replies: 3
- Views: 1263
How to automatically display data in textboxes?
Hi, I am trying to create a page where teachers will be able to input marks. So far what I have managed to develop is like this- the page shows the list of students with their names and roll numbers in the first and second column. In the third column, there is a text box to input the obtained marks ...