371 [PHP]$html=file_get_contents('user register.html');[/PHP] PHP doesn't like spaces in file names. But your constant could be causing the problem. [PHP]include(PMDROOT.'/includes/template_setup.php');[/PHP]
The lines have been edited:
[PHP]371 $html=file_get_contents('user_register.html');
372 include(PMDROOT.'/includes/template_setup.php');
?>
[/PHP]
but now the following error is received
Parse error: parse error, unexpected '\'' in /...../econsumersearch/members/user_registest.php on line 372
Why and what is being interpreted as '\" ???