Thread: Problem
View Single Post
  #1  
Old 4 Weeks Ago
scraminc scraminc is offline
Member
 
Join Date: Oct 2006
Location: Indiana
Posts: 34
Send a message via AIM to scraminc Send a message via MSN to scraminc Send a message via Yahoo to scraminc
Default Problem

I'm getting the error "Parse error: syntax error, unexpected '.' in /hosted/subs/ulmb.com/h/a/hackfest/public_html/members/main.php on line 16"

Here is main.php:
PHP Code:
   define("SCRIPTNAME",    "HackFest");
    
define("BASEHREF",    "http://www.hackfest.ulmb.com");
    
define("DOMAIN",    "localhost");
    
define("FROMEMAIL",    "");
    
define("SITENAME",    "HackFest");
    
define("INC_DIR",    "/hosted/subs/ulmb.com/h/a/hackfest/public_html/index.php");
    
define("PAG_DIR",    INC_DIR."pages/");

    
define("INC_DB",    INC_DIR."db.php");

    
define("MYSQLUSER",    "1769_hackfest"); // mysql username
    
define("MYSQLPASS",    "private"); // mysql password
    
define("MYSQLDB",    "1769_hackfest");    // mysql database name

    
require(../inc/db.php);

?>
__________________
-ScrAm
rm -rf
Reply With Quote