c1
This commit is contained in:
@@ -27,10 +27,16 @@ require_once('/var/www/html/.htac_nav.php');
|
||||
$bvrows = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
foreach($bvrows as $bvname){ ?>
|
||||
<div>
|
||||
<form method="post">
|
||||
<input type="text" name="bv" id="bv" value="<?php echo $bvname['bv']; ?>" />
|
||||
<input type="submit" value="Update" id="submit" name="submit" />
|
||||
<div class="flex flex-col place-items-center mt-40 mb-60 ">
|
||||
<form method="post" class="max-w-2xl shadow-xl p-4 rounded-lg space-y-4" style="width: 100%; max-width: 600px;">
|
||||
<p class="my-4" style="border-bottom: 2px solid #464E5F; border-style: dashed; font-size: 20px; font-weight: bold" >Edit Business Verticals</p>
|
||||
<div style="display: flex; flex-direction: column;">
|
||||
<label for="bv">Business Verticals:</label>
|
||||
<input type="text" name="bv" id="bv" value="<?php echo $bvname['bv']; ?>" style="border: 1px solid #363650; border-radius: 5px; padding: 6px;" />
|
||||
</div>
|
||||
<div class="flex flex-col justify-center">
|
||||
<input type="submit" value="Update" id="submit" name="submit" style="background: linear-gradient(90deg, rgba(111, 107, 255, 0.91) 0%, rgba(68, 55, 128, 0.91) 100%); text-align: center; padding: 6px; color: #fff; border-radius: 6px; margin-top: 6px;" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user