From dd50d5c740955938d5b46e56e91fefc22a03783f Mon Sep 17 00:00:00 2001 From: Vanessa Pinto Date: Tue, 23 Apr 2019 00:03:17 -0400 Subject: [PATCH] Contact page updated --- backend/lookup.php | 2 +- portfoliocontact.php | 27 ++++++++++++++++++++++----- search.php | 20 ++++++++++++++++++++ 3 files changed, 43 insertions(+), 6 deletions(-) diff --git a/backend/lookup.php b/backend/lookup.php index f60707d..dfc3458 100644 --- a/backend/lookup.php +++ b/backend/lookup.php @@ -1,7 +1,7 @@ 0){ + $arr=pg_fetch_all($result); + $address = $arr[0]['address']; + $profile_email = $arr[0]['profile_email']; + $pnum = $arr[0]['pnum']; + } + else { + // echo ''; + } } if(isset($_GET['message'])){ $msg_status = $_GET['message']; @@ -49,6 +65,7 @@ echo ''; } } + pg_close($connection); ?>
@@ -68,9 +85,9 @@
-

Chicago, US

-

Phone: +00 151515

-

Email: mail@mail.com

+

+

Phone:

+

Email:

diff --git a/search.php b/search.php index f281e7a..f48ec78 100755 --- a/search.php +++ b/search.php @@ -24,6 +24,26 @@ + +