File "THDC_phan-hoi.php"

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

Download   Open   Back

<?php
session_start();
//echo $_SESSIỌN['login']['username'];
// echo $_SESSION['login']['username'];

$_SESSION['login']['username'];
echo $_SESSION['login']['username'];
?>

<html>
	<head>
    	<meta charset="utf-8">
		<title>nhap du lieu check box</title>
        
    <body>
    	<h1>nhận dữ liệu từ textarea</h1>
        
        <form action="" method="POST">
    <label for="content">chi tiết</label><br>
    <textarea name="add_post" id="detail" rows="8" cols="50"><br/><br/>
    <input type="submit" name="add_post" value="gửi thông tin">

		<p>than huu dong cong</p>
    </textarea><br>
    <input type="submit" value="Gửi">
</form>
<!doctype html>
</head>

</body>
</html>

PHP File Manager