location.href='soporte_ticket.php?asunto=Cambio de Plan'"; exit(); include ("include_cabeza.php"); echo "

  Upgrade
  Cuanto cuesta ampliar mi plan actual?


Inicio » Upgrade Ampliar Plan




     Plan Actual: "; include "include/conexion.php"; $sql="select * from hosting_precios where valor >0 and valor<400000 order by valor"; $result=mysql_query($sql); $i=0; while ($rs=mysql_fetch_array($result)) { echo "$rs[desc]"; $m[$i]=$rs[valor]; $i++; } echo "
 "; $result=mysql_query($sql); $rs=mysql_fetch_array($result); while ($rs=mysql_fetch_array($result)) { echo "
a $rs[desc]"; for ($e=0;$e<$i;$e++) { echo " "; $dif=($rs[valor]-$m[$e]); if ($dif>0) echo number_format($dif); } } echo "

* VALORES MAS IVA


"; include ("include_pie.php");?>