Muchas gracias por me sale un error tambien.
Fatal error: Maximum execution time of 30 seconds exceeded in /Applications/MAMP/htdocs/p4.php on line 36
Perdon por la molestia, la verdad soy nuevo en esto.
Código PHP:
<html>
<title>Tu Resultado</title>
<body>
<?php
$aux=1;
$auxx=1;
$p=1;
$d=14.38;
$e=18.67;
while ($aux<4)
{
switch ($monedax)
{
Case 1:
$cambiox=$p;
break;
Case 2:
$cambiox=$e;
break;
Case 3:
$cambiox=$d;
break;
}
while ($auxx<4)
{
++$auxx;
}
{
if($cambiox==$auxx)
{
$result=$cantidad*($cambiox/$monedax);
echo $result;
}
else
{
echo $result;
}
}
}
?>
</body>
</html>
Muchisimas gracias, si ya no funciona a si lo dejare.