Quote:
Originally Posted by blackmonsters
This code runs fine on my server :
PHP Code:
<?php
$title = "Home!";
$content = <<<EOF
<h3>current stats</h3>
<p>$users user registered</p>
<p>$emails subscribers</p>
<p>$subs newsletter subscriptions</p>
<p>$nls newsletters</p>
<p>$mess messages</p>
<p>$temps templates</p>
EOF;
echo $content; ?>
There seems to be no problem with that code.

|
Could it be something 'missing' on the server php wise (module perhaps, or is this pretty standard that should already be running?) as to why it isnt working for me? Im still getting the same error message
