Mailinglisten-Archive |
"Christoph M. Schönian" schrieb:
> $res = mysql_query( "select * from $table");
mysql_query("SELECT * FROM $table WHERE image_start != 'none'");
> $query = mysql_query( "select * from $table where id = $id");
mysql_query("SELECT * FROM $table WHERE id='$id'");
> ABER WIE muss das ganze aussehen, wenn ich nur bestimmte
> Datensätze (Where image_start != "none") in den Zufallsgenerator
> werfen moechte ???
sollte gehn.
Robert
--
Prevent trouble before it arises.
Put things in order before they exist.
The giant pine tree grows from a tiny sprout.
The journey of a thousand miles starts from beneath your feet.
php::bar PHP Wiki - Listenarchive