I'm getting an error when writing this script and its probably something stupid im doing and im tired but hoping someone can help. Problem is with the include statement not executing right.
PHP Code:
<?php if ($ore == 0) echo ''; else echo ' <td bgcolor="#484848" align="center" width="120"><b> ' . include("name.php") . ' </b></td> ';?>
I have also tried it with include like this
PHP Code:
include('name.php')
and
PHP Code:
include("name.php")