mySQL Triggers

A

Anonymous

Guest
Hi everyone

I am trying to develop a php- mysql application and am using phpmyAdmin application for mysql functions. I was wondering if we can add triggers to the database thru phpmyadmin as they r not present in mysql. Also can anyone tell me options for encryption techniques except the password() function and md5 technique for encrypting passwords and storing into the database

Thanks
Niraj Pendalwar
 
niraj.
you need to make triggers at PHP level...
I don't think phpMyAdmin does that.. so it could be upto u to do that....
for passwords... there are thousand such scripts(PHP) floating on the web.
 
Back
Top