Warning: require_once(/Connections/telefon.php) [function.require-once]: failed to open stream: No such file or directory in /home/andre193/domains/mysite.ru/public_html/funs.php on line 21
Fatal error: require_once() [function.require]: Failed opening required '/Connections/telefon.php' (include_path='.:/usr/local/lib/php') in /home/andre193/domains/mysite.ru/public_html/funs.php on line 21
funs.php(21 строка):
require_once('/Connections/telefon.php');
telefon.php:
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_telefon = "localhost";
$database_telefon = "andre";
$username_telefon = "andre";
$password_telefon = "parol";
$telefon = mysql_pconnect($hostname_telefon, $username_telefon, $password_telefon) or trigger_error(mysql_error(),E_USER_ERROR);
?>
может кто сталкивался? спасибо.