Hi there,
I did search for a class to validate e-mail adresses. I found one and tryed
out the examplepage but there seems to be a prob with my php installation.
Everything after the -> ist just printed out to the screen. It just seems
that php thinks the error is the same like ?>
Here is a bit of a code:
<?php
require("email_validation.php");
$validator=new email_validation_class;
$validator->timeout=10;
So timeout is beeing printed out.
Does anybody know if this might be a prob on my site, or maybe the class has
a prob?
Thanx Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php