If I try to log in, I get this error.
The bottom part is the code and an error occurs in the 11 line define. how to i solve this problem??
define('DB_USERNAME', 'o');
define('DB_PASSWORD', 'd');
define('DB_HOST', 'o');
define('DB_NAME', 'test');
// define('DB_USERNAME', 'root');
// define('DB_PASSWORD', '0');
// define('DB_HOST', 'localhost');
// define('DB_NAME', 'o');
define('USER_CREATED', 0);
define('USER_ALREADY_EXIST', 1);
define('USER_NOT_CREATED', 2);
Parse error: syntax error, unexpected 'define' (T_STRING)