Record of transacton

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jauson
Forum Contributor
Posts: 111
Joined: Wed Oct 05, 2011 12:59 am

Record of transacton

Post by jauson »

helo everyone!
I want to record my transaction on my system, any idea how to do that?

for example.

I have Privileges on my form. any transaction that the user do will record on my database.

for example.

User Time/date Transaction
Jamille 12:25 PM/Monday/Nov.7 2011 Edit User Field
Andrew 3:25 PM/Monday/Nov.7 2011 Add User
jraede
Forum Contributor
Posts: 254
Joined: Tue Feb 16, 2010 5:39 pm

Re: Record of transacton

Post by jraede »

Why don't you just add a line to your form handler that adds an entry to the 'transactions' table?
Post Reply