Unexpected character in input: '' (ASCII=92) state=1 in /usr/ns-home/docs/.........................../pvsdb.inc on line 2
Auszug aus pvsdb.inc:
<?php
$link;
connectToDB();
function connectToDB()
{
global $link;
$link = mysql_connect( "........", ".........", ".........." );
if ( ! $link )
die( "Keine Verbindung zu MySQL" );
mysql_select_db( "archiv", $link )
or die ( "Konnte PvS Archiv nicht öffnen: ".mysql_error() );
}
Hallo???
Geh ich recht in der Annahme das der Syntax ok ist?