How do i add variables from
$var1=urlencode(''.$var1.'');
on page one.php
and use the values from the above variables on page two.php
$var1 = $criteria['".$var1."'];
if($var1=='') $var1 = '';
Page two is included in page one and I am trying to use the same variable value.