04/02/2010, 12:53
|
| | Fecha de Ingreso: enero-2009
Mensajes: 19
Antigüedad: 15 años, 10 meses Puntos: 2 | |
Respuesta: shopingcart y adición Hola , sugiero que coloques esto en tu codigo.
<?php
$ciudad=($_POST['ciudad']);
$precio=0;
if($ciudad);{
$qry=mysql_query("select precio_z, id_z from zonas where
id_z='$ciudad'");
$prez =mysql_fetch_array($qry);
$precio=$prez["precio"];
}
?>
<strong>Pecio Total:</strong> $<?php echo (($_GET['costo'])+$precio) ?> </span>
************************************************** **************
visita: perucode.com |