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

Размер файла: 604B
<?php
error_reporting(0);
header("Content-Type: text/html; charset=utf-8");
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>HTX</title>
</head><body bgcolor="#eeeeee" link="#2c75b1" vlink="#2c75b1">
<form action="htx.php" method="post">
URL:<br> <input type="text" name="url" value="http://"><br>
Ширина:<br><input type="text" name="imw" value="128"><br>
Высота:<br><input type="text" name="imh" value="128"><br>
<input type="submit" value="Go"><br></form>
&#169; <a href="http://phptime.org">PhpTime</a>, 2006.
</body></html>';
?>