I cannot figure out why I can't open this file.
Warning: open_basedir restriction in effect. File is in wrong directory in /home/virtual/site336/fst/var/www/html/rpg/include/user_cnt.php on line 2
<?php
require("db_cnct.php");
$TableName = "rpg_user";
$Link = mysql_connect ($Host, $User, $Password);
mysql_select_db($DBName);
?>
The file does exist inside the same directory as this file and everything is spelled right. I have other require statements on other pages and they work, but this one will not work. Any thoughts?