Topic: Parse error: syntax error, unexpected ')' in /home/sonfilip/public_htm

I cannot figure this out it is saying it is on line 10


Parse error: syntax error, unexpected ')' in /home/sonfilip/public_html/includes/configure.php on line 10




Here is the code in which it is saying the error is in. If you can please look at it and tell me where it is at because i cant figure it out


<?php  /* Coreys Ebook Store http://www.sonfilippoentertainment.com */

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)


// add your database and website details to the variables below

define('sonfilip_corey69', );
    // your username that you use to log into your web server
define('corey517', );
   // your password that you use to log into your web server
define('sonfilip_ebook');
          // replace username with your web server username
define('DIR_FS_CATALOG', '/home/sonfilip/public_html/');
   
define('HTTP_SERVER','http://www.sonfilippoentertainment.com');
define('HTTP_COOKIE_DOMAIN', '.sonfilippoentertainment.com');
  // do not include the www

Re: Parse error: syntax error, unexpected ')' in /home/sonfilip/public_htm

You need to define the constants 'sonfilip_corey69', 'corey517', 'sonfilip_ebook' by entering certain values.