obanana_b2b_test/admin/vendor-card-action.php

8 lines
236 B
PHP
Raw Permalink Normal View History

<?php
// 03-07-2024 Stacy created Search Vendor Filter Action
$search = isset($_POST['search']) ? $_POST['search'] : null;
header("location: vendor-card.php?&search=$search");
// 03-07-2024 Stacy created Search Vendor Filter Action