Subscribe To Our Newsletter

Sign Up Now To Get Free Coupon Codes, Event Coupon Codes Updates, Offers Updates. It's 100% Free!

We Hate Spam! Really, It's terrible and we never do it.

(Validating User Input) For any input, if the value entered is other than 1 or 2, keep taking input until the user enters a correct value.

Assignment is about to show that number is 1 and 2 or digit.
I used if else if statement here. and find great function.
Note : use this code. and try from different ways.


 <?PHP  
      $inputs = array();  
      if (isset($_POST['submit'])) { //to check if the form was submitted  
           $value = isset($_POST['input0'])? $_POST['input0'] : null;  
           for($count = 1; $value != null; $count++){  
                array_push($inputs, $value);  
                $value = isset($_POST['input'.$count])? $_POST['input'.$count] : null;  
           }  
      }  
      var_dump($inputs);  
 ?>       
 <form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">  
 <!-- to take multiple inputs copy the below line and change name="input" attribute -->  
 Enter input 1:&nbsp;<input type="text" name="input0" value="" /><br />  
 <input type="submit" name="submit" value="Submit" />  
 </form>  
 <?php  
           $max = $inputs[0];  
           if ($max == 2)  
                {  
                     echo "Correct Value";  
                     die();  
                }  
           elseif ($max == 1)  
                {  
                     echo " Correct Value";  
                     die();  
                }  
           elseif ($max =! 1)  
                {  
                     echo " Not Correct Value. <br /> Try Again";  
                }  
           elseif ($max =! 2)  
                {  
                     echo " Not Correct Value. <br /> Try Again";  
                }  
           else  
                {  
                     echo "Try Again : Enter Digits";  
                }  
 ?>  
Share this article :

Post a Comment

Give your reviews about this blog. Leave your comments. what do you think about this post?

Meet Samee Ullah Feroz On Google Plus
Comments Description is given below:
1) I love to read comments, but do not spam.
2) Like this blog and also tweet its posts.
3) You can use some xHTML tags.
4) All Comments are Do Follow, Please try to use blog professionally.
5) Mention Your Name below the comment.
6) You can also suggest for improvement.
7) Do not forget to subscribe Samee Articles blog.

---------------------------------------
Thanks for visiting QWC.Me.
==========================================
For free guidelines contact me on SEO Expert | Samee Ullah Feroz is online there.
==========================================
Best Regards

 
Support : | Internet Marketing Specialist And Business Developer
Copyright © 2013-2016. Samee Articles - All Rights Reserved
Proudly powered by Blogger