witam ucze sie dopiero php i mysql, mam pytanie, chciałby zrobic taki skrypt ktory po nacisnieciu przyciku zamow dodaje ilosc do bazy
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
<form action = "a.php" method= "post" >
</head>
<?php
// laczenie do bazy
id <input type="text" name="id"><br>
opony <input type="text" name="opony"><br>
olej <input type="text" name="olej"><br>
szyby <input type="text" name="szyby"><br>
</table>';
?>
<input name="sendbutton" type="submit" value="zamow" >
<input name="sendbutton" type="submit" value="sprawdz" >
</body>
</html>