[PHP] Script to generate a site thumbnails

2007-01-17 Thread Pablo L. de Miranda
Hi People, I'm needing a script that generate a site thumbnail from a given URL. Anybody can help me? Thanks, -- Pablo Lacerda de Miranda Graduando Sistemas de Informação Universidade Estadual de Montes Claros [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] PHP Book Recommendation

2006-04-07 Thread Pablo L. de Miranda
Man, Anothers good books: - PHP|Architect's Guide to PHP Design Patterns, ISBN: 0973589825 - PHP 5 Objects, Patterns, and Practice, ISBN: 0973589825 On 4/8/06, Jim Lucas <[EMAIL PROTECTED]> wrote: > Paul Goepfert wrote: > > Hi all, > > > > Can anyone tell me a good php book to buy. I alr

[PHP] Problem with require_once

2006-04-07 Thread Pablo L. de Miranda
Hey Guys, I have the code below: $file = $_SERVER['HTTP_REFERER'].'util/ClassUtil.php'; echo $file.''; require_once($file); $service = ClassUtil::loadClass('service.FormularioService'); And the output in browser: http://localhost/egressos/util/ClassUtil.php Fatal error: Class 'ClassUtil' not f