Mailinglisten-Archive |
Hallo,
kann man eigentlich die ganzen Zeilen in ein einziges echo "";
zusammenfassen?
$conn_id = mysql_connect ("localhost","theab","sounso");
$query = "select * from textes where nr = '$textid'";
$result = mysql("js",$query,$conn_id);
$german = mysql_result($result,$query,"german");
$english = mysql_result($result,$query,"english");
vielleicht so: (könnte ja sein)
echo "mysql_result("js,select * from textes where nr = '$id'",mysql .... usw
Müsste doch _irgedwie_ gehen!
Ciau
Arne Brachhold
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
php::bar PHP Wiki - Listenarchive