Create the following two scripts, and run them in order:
PHP Code:
<?php eaccelerator_put('test', 'Working!', 5000); ?>
PHP Code:
<?php echo eaccelerator_get('test'); ?>
If the second script does not output anything, or outputs anything other than
Working! then eAccelerator is not working correctly, and I would suggest you show those two scripts to your host so that they can diagnose it further
Fillip