Hoping some one can help with this. I'm a bit of a noob when it comes to php and mysql but I'm usually able to work my way through things.
At the moment I have a php application called Ackertodo. It's an open source to do list that I want people in my office to start using. Basicaly the idea behind it is that they have daily tasks that they must complete and record having done.
What I want to happen is that when the user hits complete on a given routine that it will not only complete the routine, but also write the logged in XP user name into the notes field on the MySQL database.
Can anyone help with this? I know in principle it's simple but I'm not really sure where to start.
Thanks
At the moment I have a php application called Ackertodo. It's an open source to do list that I want people in my office to start using. Basicaly the idea behind it is that they have daily tasks that they must complete and record having done.
What I want to happen is that when the user hits complete on a given routine that it will not only complete the routine, but also write the logged in XP user name into the notes field on the MySQL database.
Can anyone help with this? I know in principle it's simple but I'm not really sure where to start.
Thanks