Skip to content

Instantly share code, notes, and snippets.

@eddypre
Created September 20, 2012 13:51
<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