验证码显示的问题
<?php header("content-type:text/html;charset=utf-8"); defined("ROOT",dirname(__FILE__)); set_include_path(".".PATH_SEPARATOR.ROOT."/lib".PATH_SEPARATOR.ROOT."/core".PATH_SEPARATOR.get_include_path()); require_once 'image.func.php'; 这样有什么错误吗? 带入image.func.php就显示验证码, 带入include。php 就只显示一个带叉的图片