scorpio22 Posted March 11, 2010 Share Posted March 11, 2010 Hello everyone, I am a newbie to php. I have been learning it and it is going well. I have a php webpage, where there are textforms, dropdown list and stuff. There is Activity field in the database. Whatever activities that i do on the webpage, like modifying the text in the textbox, or changing a value for a dropdown list, these need to be automatically entered into the activity text in the database. Like this it happens only for one page. Like for example, if i change a project name field and change status to 'Important' from 'Normal', then it needs to make an entry into the Activity field like: On date:yyyy/mm/dd Project name has been changed to 'New Project' and status has been changed to 'Important'. I think this can be achieved with stored procedures or i might be wrong. I would really appreciate if someone could write down a sample code for me regarding this. Link to comment https://forums.phpfreaks.com/topic/194929-sotred-procedure-in-php-and-mysql/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.