2
The second method is correct. Don't use the brackets, because they're automatically inserted when the content type is PHP.
Try turning on PHP debug.
Or raise the error reporting level within the block:
error_reporting(E_ALL);
include('zfeeder.php');