File "THDC-02.php"

Full path: E:/sites/Single15/tinmung2007/webroot/THDC-Hai- Ngoai/THDC-02.php
File size: 303 B
MIME-type:
Charset: utf-8

Download   Open   Back

<!DOCTYPE html>
<html>
	<head>
	</head>
	<body>
		<?php
			$username = $_GET['txtUserName'];
			$password = $_GET['txtPassword'];
			if(isset($username))
				echo "<p>UserName : ".$username."</p>";
			if(isset($password))
				echo "<p>Password : ".$password."</p>";
		?>
	</body>
</html>

PHP File Manager