From 0e8280f3ead45065966cd0bbf37681f65de79231 Mon Sep 17 00:00:00 2001 From: Joey Babcock Date: Mon, 17 Apr 2017 09:26:18 -0700 Subject: [PATCH] Made the info change page fill in the forms --- 222/222artist_portalB.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/222/222artist_portalB.php b/222/222artist_portalB.php index f096182..daef733 100644 --- a/222/222artist_portalB.php +++ b/222/222artist_portalB.php @@ -89,8 +89,8 @@ you are now logged in as '$row[1]'"; // Creates form fields to change artist info using the POST method. echo '
';
-			echo 'First Name 	' . $row[3];
-			echo '
Last Name ' . $row[4]; + echo 'First Name '; + echo '
Last Name '; echo '
'; // Allows user to select a file to upload and upload it. echo '
Select Image to Upload: ' .