SMART PLANS
Get access to Entertainment, Anytime, Anywhere!
$all_plans = mysqli_query($link,"select * from plans where status=1 order by sort_no asc");
while($row_plan = mysqli_fetch_assoc($all_plans)){
$plan_speed = $row_plan['plan_speed'];
$plan_days = $row_plan['plan_days'];
$plan_price = $row_plan['plan_price'];
?>
}
?>