سلام
من یه صفحه دارم به این شکل :
<div class="container">
<div class="row">
<div class="col">
<div class="card">
<div class="card-body">
<div class="row justify-content-between">
<div class="col-md-4 offset-md-8">
<form action="#" method="POST">
<input name="PersonnelCode" type="number" class="form-control" placeholder="PersonnelCode">
</div>
</div>
</div>
</form>
<div class="card-footer">
<small class="text-muted">You can search by PersonnelCode</small>
</div>
</div>
</div>
</div>
</div>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Job Title</th>
</tr>
</thead>
<tbody>
<?php while ($row = $statment->fetch()): ?>
<tr>
<td><?php echo htmlspecialchars($row['lastname']) ?></td>
<td><?php echo htmlspecialchars($row['firstname']); ?></td>
</tr>
<?php endwhile; ?>
</tbody>
</table>
میخوام وقتی کاربر داخل فیلد input عددی جستجو میکنه اون عدد دقیقا بیفته در ادامه url چی کار باید بکنم ؟
یعنی مثلا اگه سرچ کرد 1958965 آدرس من هرچی که هست آخرش بشه personnalcode=1958965
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟