Calling a particular PHP function on form submit

后端 未结 6 1264
星月不相逢
星月不相逢 2020-11-28 22:11

I was trying to call a particular php function in submit of a form both the form and php scripts are in same page. My code is below.(it is not working and so I need help)

6条回答
  •  情书的邮戳
    2020-11-28 22:23

    In the following line

    the action should be the name of your script and you should call the function, Something like this

    
        
         
    
    
    
    

提交回复
热议问题