| | | | |
| | |
| Gast
Beiträge: n/a
| Habe diese LÖSCH Funktion Code: <form action="<?php echo $PHP_SELF ?>" method="post" name="eintragung"> ID eintragen: <input type="text" name="id"> löschen </form> TEILE 26 steht nichts <script language=javascript> function confirm(id) { abfrage=confirm("Wirklich?"); if(abfrage==True){location.href="loeschen.php?delete=true&id=" + id;} else {location.href="loeschen.php";} } </script> <?php if($_GET['delete']=="true"){ $db=mysql_connect("XXX", "XXX", "")or die(mysql_error()); mysql_select_db("XXX")or die(mysql_error()); $sqll ="DELETE FROM Solutions WHERE ID '".$id."'"; mysql_query($sql) or die("Error: " . mysql_error()); echo "Daten wurden gelöscht!"; } ?> </body></html> |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| style = overflow mit dem ie probleme | sysop | HTML, Usability und Barrierefreiheit | 2 | 14.10.2006 19:05 |
| Absolute-Divbereiche funktionieren nicht in Overflow Div | PsychoEagle | HTML, Usability und Barrierefreiheit | 6 | 27.03.2006 13:59 |
| overflow bei div im ie streikt | me | HTML, Usability und Barrierefreiheit | 7 | 06.03.2006 20:55 |
| [C++] double overflow, long double | Zergling-new | Off-Topic Diskussionen | 2 | 10.01.2006 18:28 |
| overflow in Linux | tikal | HTML, Usability und Barrierefreiheit | 3 | 22.09.2005 09:16 |
| [Erledigt] overflow | HTML, Usability und Barrierefreiheit | 5 | 16.07.2005 12:52 | |
| mausrad bei CSS overflow | Stümper | HTML, Usability und Barrierefreiheit | 4 | 12.02.2005 18:25 |
| parser stack overflow kann ich den php speicher erweitern ? | PHP Tipps 2005 | 2 | 24.01.2005 10:01 | |
| [php5/Exceptions] Exception thrown without a stack frame | PHP-Fortgeschrittene | 4 | 24.11.2004 21:51 | |
| Problem mit overflow | HTML, Usability und Barrierefreiheit | 0 | 31.07.2004 10:16 | |
| overflow....height: auto; | HTML, Usability und Barrierefreiheit | 2 | 06.06.2004 12:16 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| php stackoverflow |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.