2 Very stupid questions
Posted: Mon Mar 24, 2003 9:05 am
The result from this code is always 5 (whenever U click over the link)
why it doesn't grow on five to five (10, 15, 20, 25, 30)
How to do it?
<html>
<body>
<?
$numero=($herencia+$incremento);
echo "$numero";
?>
<a href="suma.php?incremento=5?herencia=<? echo "$numero"; ?>">add</a>
</body>
</html>
why it doesn't grow on five to five (10, 15, 20, 25, 30)
How to do it?
<html>
<body>
<?
$numero=($herencia+$incremento);
echo "$numero";
?>
<a href="suma.php?incremento=5?herencia=<? echo "$numero"; ?>">add</a>
</body>
</html>