Hi,
SpotSec is right.
PHP Code:
ini_set('include_path', ini_get('include_path') . ':../library');
The whole purpose of that line is to let PHP know where the Zend Framework "library" folder is. Make sure the Zend framework, in this case, is in "../library" relative to where your PHP script is and it will work
By the way, I'm glad you're using my screencasts

I got this forum URL from a pingback I received from you linking it.
If you're still confused about the library folder, be sure to check out the first "installing" screencast.
Mitchell