J
|
jasonfrew 10/4/2010 |
Hi all! I am creating a daily "service board", used mainly to log customer service calls as they come in. I would essentially like to create a new table everyday (via the website, not manually in php runner), and automatically archive that particular day's calls for reference. How can I accomplish this? Also, as a job is completed, I would like to be able to change the row font to a new color by just clicking an icon on the row. Any help would be greatly appreciated!
|
R
|
ryanhughes author 10/4/2010 |
Thanks for the response Jason. |
J
|
jasonfrew 10/5/2010 |
Hi |
J
|
jasonfrew 10/5/2010 |
This should help with the change the colour/font of a record |
R
|
ryanhughes author 10/5/2010 |
Do you know how to make it so it automatically knows the date and time when I input a new call? This would be very useful and save a lot of time. |
![]() |
Sergey Kornilov admin 10/5/2010 |
Set default value of datetime field to now() |
R
|
ryanhughes author 10/5/2010 |
What is causing the default time to be incorrect? Where does now() get the time from? |
![]() |
Sergey Kornilov admin 10/6/2010 |
It gets time from the web server. Most probably your web server is not in the same timezone as you are. |