Hello, I cant figure this one out. In one form I have two button that needs to trigger their respective functions. <input type= "submit" name ="Update" value ="Update Record"> <input type= "submit" name ="Delete" value ="Delete Record">
In php, how would I read the values or the names of the buttons pressed? -Dan