Ho questo codice:
<?php if ($passwd=="blablabla"): ?>
<html>
<head>...
<?php else:?>
<head>...
<?php endif;?>
</body>
</html>

Poi ovviamente la pagina che metto la password:

<form method="post" name="office" onsubmit="return Riservata()">
<input type="password" name="passwd" size="15" maxlength="15" class="datif"> <input type="submit" value="accedi" </div></form>

Vorrei sapere come posso fare per mettere + password e nn solo un campo ma due tipo "user" e "login".

Grazie