Guten Tag,
bei diese folgende php habe ich folgenden fehler bekommt .
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/thomas_k/www/news/edit_process.php on line 12
Bitte helfen Sie mir weiter....
Ich danke Ihnen Im Vorus,
Zomi.
bei diese folgende php habe ich folgenden fehler bekommt .
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/thomas_k/www/news/edit_process.php on line 12
Bitte helfen Sie mir weiter....
PHP-Code:
$id=$_GET[id];
$abfrage = "SELECT title,news FROM news WHERE id=$id";
$ergebnis = mysql_query($abfrage);
while($rows = mysql_fetch_array($ergebnis))
{
$title=$rows["title"];
$news=$rows["news"];
echo "<form name=\"edit_process.php\" method=\"post\" action=\"edit_save.php?id=$id\">
Zomi.
EDIT:
php.tags by Abraxax
Kommentar