Hi,
I try to add a column to a table but get the same message over and over :
"Access denied for user: 'nltennis-admin@www2.webhosting' to database 'nltennis'
I contacted the provider but they said I had an error in the script but won't tell me what.
My code is :
$query_string = ("ALTER TABLE ledenadminstratie ADD bondsnr varchar(8) AFTER ID");
$result=mysql_query($query_string, $verbinding) or die(mysql_error());
So what is wrong ??