i have the following php file:
Code: Select all
<html>
<head><title>win</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<?php
$bet=2.75;
?>
<form method="post" action="update.php">
<input type="number" name="stake" size="5"/><br/>
<input type="submit" value="place"/></form>
</body><html>to the update.php file.
how do i do that?? im frustrated with the tutorials i googled.
thanks in advance.