This is the error is prints:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /nfs/cust/8/25/05/650528/web/clairictionary/clairictionary.php on line 590
Code: Select all
<?php
// write the info using the format needed so I don't have to edit it!
// id the variable to show how I want the $entry to look!
$entry = $name . #datasep# . $word . #datasep# . $definition .
#entrysep;
$write_string = $entry
fwrite($fp, $write_string);
fclose($fp)
?>$name#datasep#$word#datasep#definition#entrysep#