Hallo,
ich hab folgenedes problem ich hab den fehler :
Ich weiß net was da falsch ist der quellcode in php ist:
Hoffe es hat jemand schnell ne lösung :)
ich hab folgenedes problem ich hab den fehler :
PHP Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in H:\xampplite\htdocs\kontaktliste.php on line 22
PHP Code:
while ( $datesatz = mysql_fetch_array($erg, MYSQL_ASSOC) )
{
print_r ($datesatz);
}