| Line 42... |
Line 42... |
| 42 |
<h2><?php echo $userName; ?></h2>
|
42 |
<h2><?php echo $userName; ?></h2>
|
| 43 |
</div>
|
43 |
</div>
|
| 44 |
<div class="right-pnl">
|
44 |
<div class="right-pnl">
|
| 45 |
<?php echo !empty($statusMsg)?'<p class="status-msg '.$statusMsgType.'">'.$statusMsg.'</p>':''; ?>
|
45 |
<?php echo !empty($statusMsg)?'<p class="status-msg '.$statusMsgType.'">'.$statusMsg.'</p>':''; ?>
|
| 46 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post" enctype="multipart/form-data">
|
46 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post" enctype="multipart/form-data">
|
| - |
|
47 |
<input type="hidden" name="sessionTab" value="<?php if (isset($_POST['sessionTab'])) echo $_POST['sessionTab']; ?>">
|
| - |
|
48 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_POST['searchTerm'])) echo $_POST['searchTerm']; ?>">
|
| - |
|
49 |
<input type="hidden" name="buyerZip" value="<?php if (isset($_POST['buyerZip'])) echo $_POST['buyerZip']; ?>">
|
| 47 |
<div class="frm-input">
|
50 |
<div class="frm-input">
|
| 48 |
<input type="file" name="picture" class="file-in" placeholder="Choose Image File">
|
51 |
<input type="file" name="picture" class="file-in" placeholder="Choose Image File">
|
| 49 |
</div>
|
52 |
</div>
|
| 50 |
<div class="frm-input <?php echo !empty($fieldError['first_name'])?'error':''; ?>">
|
53 |
<div class="frm-input <?php echo !empty($fieldError['first_name'])?'error':''; ?>">
|
| 51 |
<input type="text" name="first_name" class="user-in" placeholder="First name" value="<?php echo !empty($userData['first_name'])?$userData['first_name']:''; ?>" required="">
|
54 |
<input type="text" name="first_name" class="user-in" placeholder="First name" value="<?php echo !empty($userData['first_name'])?$userData['first_name']:''; ?>" required="">
|