you can do something like this:
PHP Code:<?php
if (isset($_GET['keyword']) {
header('Location: mynewpage.php?keyword='.$_GET['keyword']);
}
|
Results 1 to 3 of 3
Thread: Redirect Script?Threaded View
|
Click Here to Expand Forum to Full Width |