[PHP-WIN] Problem with installer version on IIS

2007-03-22 Thread Marko Simovic
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

[PHP-WIN] Re: Checking email

2002-02-10 Thread Marko Mihalec
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

[PHP-WIN] Re: ADODB and using Workstation ID (odbc)

2001-10-24 Thread Marko
"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