allora se ho capito bene dovrebbe essere così
Codice PHP:
<?php
$user = "hotmailpower";
$pass = "tuapass";
if(isset($_GET['nome']) AND isset($_GET['pass'])) {
if($_GET['nome'] == $user AND $_GET['pass'] == $pass) {
include("codice php");
} else {
?>
<html>
<head>
<title>....</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
color: #FFFFFF;
}
body {
background-color: #000000;
}
-->
</style></head>
<body>
<div align="center">
<span style="font-size:36px">SITO</span>
</div>
</body>
</html>
<?php
}
} else {
//codice se non sono settate le variabili get
}
?>
pagina.php
Codice PHP:
<?
Ora:<?php print $today = date("H:i:s"); ?><br>
Data:<?php print $utc_str = gmdate("d M Y"); ?><br>
?>