I am writing a B/S program. I want to save all the users' inputs, for example, "insert into TABLE value (.....);" in the server side, how can I implement in PHP? also, how can I use transactions to rollback and commit in PHP?
I am writing a B/S program. I want to save all the users' inputs, for example, "insert into TABLE value (.....);" in the server side, how can I implement in PHP? also, how can I use transactions to rollback and commit in PHP?