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,
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
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
3 matches
Mail list logo