From 526838000464d1cccb29009290302e15b1820ccc Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Thu, 7 Oct 2021 23:51:26 -0500 Subject: [PATCH] Fix form action, Make some texts more clear, Fix indentation, Add page title --- .gitignore | 1 + 1/form_.php | 2 +- 1/index.php | 7 ++++--- 1/welcome.php | 4 ++-- 1/welcome_.php | 50 ++++++++++++++++++++++++++----------------------- 2/Palindorm.php | 32 +++++++++++++++++-------------- 6 files changed, 53 insertions(+), 43 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/1/form_.php b/1/form_.php index 5e7e84d..058dc72 100644 --- a/1/form_.php +++ b/1/form_.php @@ -4,7 +4,7 @@ -
+ diff --git a/1/index.php b/1/index.php index 7244f84..04b87b6 100644 --- a/1/index.php +++ b/1/index.php @@ -1,4 +1,5 @@ \ No newline at end of file + +echo "Hello, keshav"; + +include 'welcome.php'; \ No newline at end of file diff --git a/1/welcome.php b/1/welcome.php index 48b4af8..b972b00 100644 --- a/1/welcome.php +++ b/1/welcome.php @@ -1,3 +1,3 @@ \ No newline at end of file + +echo "Welcome message (included)"; diff --git a/1/welcome_.php b/1/welcome_.php index edaeaf1..b2f08fe 100644 --- a/1/welcome_.php +++ b/1/welcome_.php @@ -1,34 +1,38 @@ + - + - + PHP Example -

Retrive Email

-
-

Retrive Password

+

Retrieve Email

+ + +
+ +

Retrieve Password

" class="password">
- + + \ No newline at end of file diff --git a/2/Palindorm.php b/2/Palindorm.php index 5dc93ed..6b6938a 100644 --- a/2/Palindorm.php +++ b/2/Palindorm.php @@ -1,20 +1,24 @@ -
-Enter a Number:
- -
+
+ + + + +
+ \ No newline at end of file + } +} +?> \ No newline at end of file