Files
web.ems/wxc2_omc/performance/mscCsta/test/test.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

11 lines
213 B
PHP
Executable File

<script language="JavaScript">
</script>
<form name=myform>
name:<input type=name size=10><br>
<input type="image" src="../../images/search.gif" name="sub">
</form>
<?php
$a=array("a",2=>"b");
print_r($a);
?>