а если у меня прописано вот так:
if((($type==sale) &&($type1==apartement)) or (($type==lease) &&($type1==apartement))) header("Location:aaa.html");
if((($type==sale) &&($type1==house)) or (($type==lease) &&($type1==house))) header("Location:bbb.html");
if((($type==buy) &&($type1==house)) or (($type==rent) &&($type1==house))) header("Location:ccc.html");
if((($type==buy) &&($type1==apartement)) or (($type==rent) &&($type1==apartement))) header("Location:ddd.html");
и я после каждого header пишу exit(); он только один раз кидает меня на нужную страницу. когда обновляю файл с формой и передаю опять данные, ничего не делает