3
the ifs and buts for the forms.
7
if($_POST[name]==null){
9
$nameunset = 'style="background-color: red;" ';
12
if($_POST[phone] == null){
14
$phoneunset = 'style="background-color: red;" ';
17
if($_POST[email] == null){
19
$emailunset = 'style="background-color: red;" ';
22
if($_POST[adress] == null){
24
$adressunset = 'style="background-color: red;" ';
27
if($_POST[StartDate] == null){
29
$StartDateunset = 'style="background-color: red;" ';
32
if($_POST[EndDate] == null){
34
$EndDateunset = 'style="background-color: red;" ';