Jump to content

Lukeishen

New Members
  • Posts

    1
  • Joined

  • Last visited

Lukeishen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php if(mysqli_num_rows($result) ) { while($row = mysqli_fetch_array($result)) { ?> <form method="POST"> <select name="inv"> <option><?php echo $row["rizikos_lygis"];?></option> <option value=<?php echo $row["sugeneruoja"]; ?>><?php echo $row["pavadinimas"];?>&nbsp<?php echo $row["sugeneruoja"]; ?></option> </select> <input type="submit" name="submit" value="Apskaičiuoti"> </form> <?php } } ?> <?php if(isset($_POST['submit'])){ echo $row["sugeneruoja"]; } ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.