If any possible to implement if condition on html form actions with php?

karthik

New member
My doubt is, any possible to include two actions in html form action, that is, can we write like this in php,
<form action="<?php if(empty($_post['submit']) echo //go to same page or die("//go to another page") ?>">
its logically possible or not or any way?
 
Back
Top