Hallo Michael,
$conn = @mysql_connect($server, $user, $pass);
warum unterdrückst du eine evtl. Fehlermeldung?
echo "<b>Verbindung erfolgreich aufgebaut!</b> Handle-ID: $conn";
wird das ausgegeben?
$sql = "SELECT * FROM AD_PROFIL";
gibt es die Tabelle "AD_PROFIL"?
echo implode("</td></td>",$row);
wohl eher echo implode("</td><td>",$row);, oder (du hast ein '/' zu viel)?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in mysql-tests/show_table.php4 on line ...
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource mysql-tests/show_table.php4 on line ...
was sagt mysql_error() (aufgerufen nach mysql_num_rows() bzw. mysql_fetch_array())?
Grüße aus Nürnberg
Tobias
--
Selfcode: sh:( fo:) ch:? rl:( br:< n4:& ie:% mo:| va:) de:] zu:) fl:( ss:| ls:[ js:|
Selfcode: sh:( fo:) ch:? rl:( br:< n4:& ie:% mo:| va:) de:] zu:) fl:( ss:| ls:[ js:|