<?php include_once 'database.php'; $result = pg_query($db,"SELECT * FROM employee"); ?> <!DOCTYPE html> <html> <head> <title>Delete employee data</title> ...
確定! 回上一頁