What dows this mean?

Notice: Undefined index: code in C:opendomainsindex.php on line 6

Notice: Constant opendomains already defined in C:opendomainsincludeconfig.php on line 2

Notice: Use of undefined constant mysql - assumed ‘mysql’ in C:opendomainsincludeconfig.php on line 4

Notice: Use of undefined constant user - assumed ‘user’ in C:opendomainsincludeconfig.php on line 4

Notice: Use of undefined constant mysql - assumed ‘mysql’ in C:opendomainsincludeconfig.php on line 5

Notice: Use of undefined constant pass - assumed ‘pass’ in C:opendomainsincludeconfig.php on line 5

Notice: Use of undefined constant mysql - assumed ‘mysql’ in C:opendomainsincludeconfig.php on line 6

Notice: Use of undefined constant host - assumed ‘host’ in C:opendomainsincludeconfig.php on line 6

Notice: Use of undefined constant mysql - assumed ‘mysql’ in C:opendomainsincludeconfig.php on line 7

Notice: Use of undefined constant data - assumed ‘data’ in C:opendomainsincludeconfig.php on line 7

Notice: Use of undefined constant cache - assumed ‘cache’ in C:opendomainsincludeconfig.php on line 11

Notice: Use of undefined constant save - assumed ‘save’ in C:opendomainsincludeconfig.php on line 12

Notice: Use of undefined constant lang - assumed ‘lang’ in C:opendomainsincludeconfig.php on line 18

Notice: Use of undefined constant template - assumed ‘template’ in C:opendomainsincludeconfig.php on line 20

Notice: Use of undefined constant url - assumed ‘url’ in C:opendomainsincludeconfig.php on line 22

Notice: Use of undefined constant admin - assumed ‘admin’ in C:opendomainsincludeconfig.php on line 25

Notice: Use of undefined constant user - assumed ‘user’ in C:opendomainsincludeconfig.php on line 25

index.php=

<? // Security define("opendomains", true); // create session session_start(); if(!$_SESSION['code']) { session_register("code"); $_SESSION['code']=rand(1000,9999); } // include include('include/config.php'); include('include/function.php'); include('include/mysql.php'); // start template include('include/template.php'); $page=new template; $title="Home Page"; // Title of page $des=""; // Description $key=""; // Keywords // select title $at=$_GET['act']; if(!$at ) $at="index"; switch ($at) { case "home": $title="Home Page"; break; case "login": $title="Login"; $config[scode]=$_SESSION['code']=rand(10000,99999); break; case "register": What does line six mean? HOw do I fix this or define what ever it is it needs? beamer2??????????????????????

http://www.phphelp.com/forums/viewtopic.php?f=19&t=8181

You already asked this question. Topic closed.

Sponsor our Newsletter | Privacy Policy | Terms of Service