File "view.php"
Full path: /www/ansys/ttest/sample/view.php
File size: 189 B
MIME-type: text/x-php
Charset: utf-8
<?php
print "<html>";
print "<hrad>";
print "<title>grad</title>";
print "</head>";
print "<body>";
print "<img src=\"./grad.php\" border=\"1\">";
print "</body>";
print "</html>";
?>