Created
September 20, 2012 13:51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<HTML> | |
<HEAD> | |
<TITLE>Operations</TITLE> | |
</HEAD> | |
<BODY> | |
<CENTER> | |
Your x value is: | |
<? | |
$numero = rand(1,30); | |
echo "2"; | |
?> | |
<BR> | |
<P> | |
<H4>Hi, now you must to run the python code, and fill the value of r and username in the next fields:</H3></P> | |
<FORM ACTION="Cripto03.php" METHOD="GET"> | |
Value of r: <INPUT TYPE="text" NAME="r"><BR> | |
User name: <INPUT TYPE="text" NAME="usuario"><BR> | |
<INPUT TYPE="hidden" name="x" value="2"> <!-- no pude enviar la x --> | |
<INPUT TYPE="submit" VALUE="Send"> | |
</FORM> | |
<? | |
echo "$numero"; | |
?> | |
</CENTER> | |
</BODY> | |
</HTML> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment