File "index_area-databasse.php"
Full path: E:/sites/Single15/tinmung2007/webroot/THDC-Hai- Ngoai/index_area-databasse.php
File size: 662 B
MIME-type:
Charset: utf-8
<?php
session_start();
if($_SERVER['REQUEST_METHOD'] == "POST"){
$detail = $_POST['detail'];
// echo $detail;
//kiem tra truong hop khong chap nhận dữ liệu de thong bao cho nguoi dung
if(empty($detail)){
echo "chua xu ly du lieu";
// Xử lý khi người dùng chưa nhập dữ liệu
}else{
//xu ly khi nguoi dung nhap du lieu
echo $detail;
}
}
require 'textarea_THDC.php';
$detail = $_POST['detail'];
if(isset($_POST['detail'])){
echo "đã submit";
echo "<pre>";
print_r($POST);
$detail = $_POST['detail'];
}
$sql = "INSERT INTO `index_area-databasse.php (`detail`)";
?>