Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<?
include ("db.php");
$update1 = "UPDATE `zahlen` SET `zahlen`,`z1` = '*' WHERE `zahlen`,`z1` = '".mysql_real_escape_string($_POST['gzahl'])."'";
$result = mysql_query($update1) or die($update1 . '<br>' . mysql_error());
echo "<a href='ziehung.php'>Zurück zu eingabe</a>";
?>
<html>
<body>
<form methode="post" action="ziehung1.php">
<input type="text" name="gzahl">
<input type="submit" name="button" value="Zahl eintragen">
</form>
</body>
</html>
UPDATE `zahlen` SET `zahlen`,`z1` = '*' WHERE `zahlen`,`z1` = ''
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`z1` = '*' WHERE `zahlen`,`z1` = ''' at line 1