You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
J
even this simple code
<html>
<head>
<title>t</title>
</head>
<body>
<?php
if(!isset($_POST["sub"]) or ($_POST["sub"]!="OK")){
?>
<form action="t.php" method="post" enctype="multipart/form-data">
<input type="file" name="f"><br>
<input type="Submit" name="sub"...