Hi all:
        A question to ask all PHP programmers out there...
Right now I am doing a timetable system whereby in each cell, it will display 
a class code eg.3PE1234. But right now I want it to be in the way that I want 
the user to be able to add the class code to the table cell through a user 
interface. I was thinking I could put a "-"(dash) in all my cell which will be 
clickable. When user click on this "dash" they will be directed to a user 
interface with a drop down menu of class codes. (Class codes are retrieved 
from database). I will then select the class code I would like to put into 
this cell. Once submit, I will be linked back to the timetable , this time the 
cell should display the class code I have added to the cell earlier on. Any 
idea how can I go about doing this??...But anyway, I  find this solution is 
not ass user friendly as user will have to add class codes to the cell by a 
clicking "cell-by-cell".

         As each cell represents which day and what time the class will be 
held. I was thinking of an alternate solution whereby I can create an user 
interface such that when I have a drop down menu displaying the time eg.
1. 12.00-14.00
2. 14.00-16.00
3. 16.00-18.00
etc.....

and another drop down displaying the day (in my case, it is display as the 
column) eg.

1. Monday
2.Tuesday
3. Wednesday
4. Thursday
5. Friday

etc....
and then lastly the drop down menu to display my class where I can select the 
class I want to add to the cell on that particular DAY and TIME

For example, I would like to add the class "3PM1010" to the cell when the time 
is "12.00-14.00" and the day is on "Monday", and thus I will select the 
prospective value from each of the drop down menu from the above drop down 
menu.

I hope I have made myself clear enough and really hope to receive some help 
real soon. If there should be any doubts, feel free to drop me an email.

All help are greatly appreciated.

Warmest regards, 
Irin.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to