Hallo Zusammen,
Ich weiß es nicht , was ich falsch gemacht habe, ich hoffe dass ihr mir weiter helfen könnte
Fehler:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, null given in /home/www/test/www/Test/Koorimport/Dateinfuegen.php on line 22 Call Stack: 0.0194 6920 1. {main}() /home/www/test/www/Test/Koorimport/Dateinfuegen.php:0 0.099 6464 2. mysql_fetch_assoc() /home/www/test/www/Test /Koorimport/Dateinfuegen.php:22
Ich weiß es nicht , was ich falsch gemacht habe, ich hoffe dass ihr mir weiter helfen könnte
PHP:
define ( 'MYSQL_HOST', 'localhost' );
define ( 'MYSQL_BENUTZER', '' );
define ( 'MYSQL_KENNWORT', '' );
define ( 'MYSQL_DATENBANK','' );
$con = mysql_connect ( "localhost" , "" , "" ) ;
if ( !$con ) {
die ( 'Es könnte nicht verbinden werden : ' . mysql_error ()) ;
}
mysql_select_db ( "" , $con ) ;
$sql_plz = "select plz from Koordinaten ";
$res__plz = mysql_query($sql_plz) OR die("<br><b><font color='#FF0000' face='Verdana'>PLZ nicht gefunden !</font></b><br>".mysql_error());
while($dat_plz = mysql_fetch_assoc($res_plz)) {
$check_plz = $dat__plz['plz'];
}
Fehler:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, null given in /home/www/test/www/Test/Koorimport/Dateinfuegen.php on line 22 Call Stack: 0.0194 6920 1. {main}() /home/www/test/www/Test/Koorimport/Dateinfuegen.php:0 0.099 6464 2. mysql_fetch_assoc() /home/www/test/www/Test /Koorimport/Dateinfuegen.php:22