You don't have an account yet?
Become part of our PHP community and register now...
@mysql_connect( $host , $user , $passwd ) or die('deine meldung'); @mysql_select_db( $dbname ) or die('deine meldung');
Comment