Here's my code:
error_reporting(E_ALL);
require_once('/var/www/mysite/includes/fpdi.php');
require_once('/var/www/mysite/includes/fpdf.php');
I have used fpdf many times and never had a problem with it. I've double
checked my pathnames until I'm blue in the face. But for some reason, the
script just STOPS at these lines. I've tried include, include_once, require,
require_once and no error gets reported, it just stops. Help?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php