running "php -i" from the
command line looks okay.
XP SP2
IIS
PHP 5.2.1
Hopefully someone has more insight into this.
Marko
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
function isEmailInvalid($val)
{
// regex for email validation
$pattern =
"/^([a-zA-Z0-9])+([\.a-zA-Z0-9_-])*@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-]+)+/";
// match?
if(preg_match($pattern, $val))
{
return 0;
}
else
{
return 1;
}
}
--
PHP Windows Mailing List (http://www.php.n
"SøRen Nielsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can it be done with odbc ?
> I have tried and tried but nothing seems to work.
> Does anyone know if the Workstation ID can be set if i connect with odbc ?
>
> Best regards,
> Soeren Nielsen
>
I t