hi,
i would like to know how I can set the $_POST[store] to the $_GET[store] passed from the previous page
would it be something like:
thanks in advance,
geebee
i would like to know how I can set the $_POST[store] to the $_GET[store] passed from the previous page
would it be something like:
Code:
set($_POST['store'] = $_GET['store']);
geebee
Comment