Просмотр файла z/index.php

Размер файла: 1.08Kb
<?php 
$t=microtime();
include("db.php");
include('allcount.php');
print '<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

	<head>
		<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
		<meta name="generator" content="Adobe GoLive"/>
		<title>Знакомства</title>
	</head>

	<body bgcolor="#cccccc" text="black" link="red">
		<p align="left"><small>';
print 'Фишка-знакомства<br/>';
print 'Онлайн:'.$onl.'<br/>'; 
print "Всего регистраций:$allcount<br/>";
print '<a href="reg.php">Регистрация</a><br/>';
print 
'Ваш id:<br/>
<form method="get" action="enter.php">
<input name="id" maxlength="20" value=""/><br/>
Пароль:<br/>
<input name="pass" maxlength="30" value=""/><br/>
<input value="Войти" name="do" type="submit"/></form><hr/>
<a href="http://fishka.pp.ru">fishka.pp.ru</a><br/>';
print microtime()-$t;
?></small></p></body></html>