Is it possible to handle multiple form updates in single php page? -


i have multiple forms different fields in them.

i want these forms' use single update/edit script, possible.

i haven't tried yet code. if it's possible can please provide reference or method carry out way?

name submit buttons uniquely in each of pages user interacts , use name="..." property decide form sent data.

if(isset($_post['submit1'])){ //do code form 1 }  if(isset($_post['submit2'])){ //do code form 2 } 

submit1 , submit2 submit button names


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -