Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
if(isset($_POST['submit'])) {
if($_POST[' 4engel']=="") {echo 'Върни се<a href=\"#\" onClick=\"javascript:parent.history.back(); return false;\"> назад </a>и приеми условията!';}
else {$query..... }
}
IzKuFeLiQqQqQ каза:или пък
Код:if(isset($_POST['submit'])) { if($_POST[' 4engel']=="") {echo 'Върни се<a href="#" onClick="javascript:parent.history.back(); return false;"> назад </a>и приеми условията!';} else {$query..... } }
<form method="POST" action="submit.php">
<input type="text" name="username" value="username />
<input type="password" name="pass" value="123" />
<input type="checkbox" name="confirm" value="<a href=''>Условия за ползване</a>" />
<input type="submit" value="Регистрация" name="submit" />
После в submit.php където си те пренасочва формата пишеш:
if(!isset($_POST['confirm'])){
header("Location: register.php");}
else{
Кода за изпращане на емайл}