so könnte ich mir das vorstellenPHP-Code:
$result = mysql_query("SELECT `uid`,`ap` FROM `tabelle` WHERE `uid` = 'test1' OR `uid` = 'test6' OR `uid` = 'test589'");
while($row=mysql_fetch_array ($result))
{
echo $row['ap'].", ";
echo $row['uid'];
}
so könnte ich mir das vorstellenPHP-Code:
$result = mysql_query("SELECT `uid`,`ap` FROM `tabelle` WHERE `uid` = 'test1' OR `uid` = 'test6' OR `uid` = 'test589'");
while($row=mysql_fetch_array ($result))
{
echo $row['ap'].", ";
echo $row['uid'];
}
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)