Can we use if else condition in form action like this:
<form action="<?php if(condition) { //redirect to some view file or show error //run some queries } else { //redirect to another view } ?>" method="post">
Aucun commentaire:
Enregistrer un commentaire