Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
membercheck [2018/09/17 13:29]
kg2s
membercheck [2019/03/25 11:59] (current)
kg2s
Line 3: Line 3:
 $answer= $_POST['answer']; $answer= $_POST['answer'];
  
 +srand(mktime());
 $a = rand(1,15); $a = rand(1,15);
 $b=rand(1,10); $b=rand(1,10);
Line 22: Line 22:
     {?>     {?>
  
-            <form method="POST" action="http://matyconn.matyc.org/membercheck">+            <form method="POST" action="http://matyconn.matyc.org/members">
             Answer<input type="number" name="answer"></input><br/>             Answer<input type="number" name="answer"></input><br/>