past variable
Posted: Fri Oct 07, 2011 5:43 am
I have a variable want to past , how?
on other page
I have
$sql.= "oversea_period1='".$_POST[?]."', "; what in here ??
Code: Select all
while($i<$count){
$i++;
$oversea_period='oversea_period'.$i;//ok in here
<select name="<?php echo '.$oversea_period.'; ?>">not in here ??
}
I have
$sql.= "oversea_period1='".$_POST[?]."', "; what in here ??