Mailinglisten-Archive |
Hallo peter,
ich weis zwar nicht genau was dein problem ist aber versuch es doch mal so.
> while ($rows = mysql_fetch_array($result))
> {
> echo "$row[kurztext]";
> echo "<input type='text' value='0' name='artikel$row[id]'>;
> }
while ($rows = mysql_fetch_array($result))
{
echo $row["kurztext"];
echo "<input type='text' value='0' name='artikel" . $row["id"] . " '>\n";
}
grüsse aus zürich
Dany
php::bar PHP Wiki - Listenarchive