Write a PHP script which will display the copyright information in the following format
- برمجة بي اتش بي
- 2021-09-09
- mhanasmh00489829403
الأجوبة
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Copyright Information</title>
</head>
<body>
<p>© <?php echo date('Y'); ?> PHP Exercises - w3resource</p>
</body>
</html>
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال