From 0fe21e21b01c567db2c5d1a6709cf99a8d3465d9 Mon Sep 17 00:00:00 2001 From: stas Date: Fri, 17 May 2024 14:40:45 +0300 Subject: [PATCH] first --- .gitignore | 1 + Information.php | 23 +++++++++++++++++++++ Information.txt | 7 +++++++ composer.json | 2 ++ form.html | 37 +++++++++++++++++++++++++++++++++ functions.php | 16 +++++++++++++++ index.php | 6 ++++++ table.html | 48 +++++++++++++++++++++++++++++++++++++++++++ table.php | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 194 insertions(+) create mode 100644 .gitignore create mode 100644 Information.php create mode 100644 Information.txt create mode 100644 composer.json create mode 100644 form.html create mode 100644 functions.php create mode 100644 index.php create mode 100644 table.html create mode 100644 table.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/Information.php b/Information.php new file mode 100644 index 0000000..3edb700 --- /dev/null +++ b/Information.php @@ -0,0 +1,23 @@ + + + + + Form ФИО + + +
+ Фамилия:
+

+ Имя:
+

+ Отчество (если есть):
+

+ + Дата Рождения:
+

+ + Ваш пол:
+ Мужчина + Женжина

+ + Номер телефона (Например 1234567890):
+ +

+ + Email адрес:
+

+ + + +
+ + \ No newline at end of file diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..6ba3236 --- /dev/null +++ b/functions.php @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/index.php b/index.php new file mode 100644 index 0000000..3e69d2e --- /dev/null +++ b/index.php @@ -0,0 +1,6 @@ + + + + + Information table + + + + + Инфрмацмонная таблица + + + + + + + + + + < + + + + + + + + + +
ФИОДата РожденияПолНомер ТелефонаEmail
Билай Станислав Романович2002-03-11Мужчина+79493761924stasbilay02@yandex.ru
+ + \ No newline at end of file diff --git a/table.php b/table.php new file mode 100644 index 0000000..4318f72 --- /dev/null +++ b/table.php @@ -0,0 +1,54 @@ + + + + + Information table + + + + + + + + + + + + + Инфрмацмонная таблица + + + + + + + + + +
ФИОДата рожденияПолНомер ТелефонаEmail
+ + + \ No newline at end of file