View Single Post
Old 06-27-2022, 07:26 PM  
Publisher Bucks
Confirmed User
 
Industry Role:
Join Date: Oct 2018
Location: New Orleans, Louisiana. / Newcastle, England.
Posts: 1,139
Quote:
Originally Posted by blackmonsters View Post
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
__________________
SOMETHING EXTREME IS COMING SOON!
Publisher Bucks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote