Recent content by 0greanne

  1. 0

    PHP HELP. Warning: Undefined array key "numbers" when Reset button is clicked

    thank you for replying. i found the error at the same day i posted this.
  2. 0

    PHP HELP. Warning: Undefined array key "numbers" when Reset button is clicked

    this is the ses1.php <?php session_start(); ?> <html> <body> <?php echo "<p><font size='5'>Input whole numbers from 1 to 100 only</p>"; ?> <form action="" method="post"> Input numbers: <input type="number" name="num" min="1" max="100" required> <!--...
Back
Top