Jump to content

Sotred Procedure in Php and MySql


scorpio22

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.