commit 0fe21e21b01c567db2c5d1a6709cf99a8d3465d9 Author: stas Date: Fri May 17 14:40:45 2024 +0300 first 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