Kod
<?
if(($_POST['logg']=='pawel')&&($_POST['pass']=='admin')){
header("Location: admin/index.html");
}else{
echo ("Podano złe hasło");
}
?>
if(($_POST['logg']=='pawel')&&($_POST['pass']=='admin')){
header("Location: admin/index.html");
}else{
echo ("Podano złe hasło");
}
?>
Chce żeby plik w admin - index.html otwierał się w iframes i teraz pytanie.... Jak wstawić tam target ( do location). Z góry dzięki