At 5:50 PM -0700 6/6/11, Brian Dunning wrote:
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?
--
Try placing at the top of the include:
echo('fdi');
If you see it, then it's working up to there.
Cheers,
tedd
--
-------
http://sperling.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php