vendredi 22 juillet 2016

If else condition in form action

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