ziet iemand wat ik fout doe?
PHP
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'root'@'localhost' (using password: NO) in /home//domains/crime-ware.nl/public_html/index.php on line 2
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home//domains/crime-ware.nl/public_html/index.php on line 2
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'root'@'localhost' (using password: NO) in /home//domains/crime-ware.nl/public_html/index.php on line 3
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home//domains/crime-ware.nl/public_html/index.php on line 3
Community Support Community board
Toon Meer
dit zijn de eerste 4 lijne van mij script.
PHP
<?php
$taalselectie = mysql_real_escape_string($_GET['language']);
$_GET['lanugage'] = mysql_real_escape_string($_GET['language']);
include("language_manager_v188.php");
Alvast bedankt.