diff --git a/README.md b/README.md index 654a6a1..5e69401 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@
> In this project you will learn how to explore the content of the variable $_SERVER which is injected to the running script, in it we can find information about the server environment and the client. +It has been interesting to know how a form is made in php. It was somewhat complex for me to understand the "session_start" since it gave me some problems at the beginning by not getting the correct info to take me to the next page. ## Index - [Requirements](#requirements) -- [Repository](#repository) - [Technologies used](#technologies-used) - [Project delivery](#project-delivery) - [Resources](#resources) @@ -20,18 +20,12 @@ - Learn how to use the $_SERVER - Understand what a server-side language is and what it is used for - -## Repository - -First of all you must fork this project into your GitHub account. - -To create a fork on GitHub is as easy as clicking the “fork” button on the repository page. - -
+- introduce Bootstrap in PHP.
## Technologies used
\* PHP
+\* Bootstrap
## Project delivery
diff --git a/close_session.php b/close_session.php
new file mode 100644
index 0000000..c55d721
--- /dev/null
+++ b/close_session.php
@@ -0,0 +1,10 @@
+
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..f726848
--- /dev/null
+++ b/index.php
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+