View Single Post
  #1 (permalink)  
Old 2008-05-02, 09:09 PM
crazydogz crazydogz is offline
Junior Member
 
Join Date: Sep 2007
Posts: 5
crazydogz is on a distinguished road
Default Problem with Include function

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"

Last edited by crazydogz; 2008-05-02 at 10:17 PM.
Reply With Quote
Sponsored Links