php-windows | 2001051

[PHP-WIN] ASPs cSTR function, WTF??!!! From: r.gelstharp (r.gelstharp <email protected>)
Date: 05/01/01

In the attempt at trying to convert my ASP pages to PHP, I've run across a
little include file that contains a number of functions.

this is the function I'm trying to emulate :-

FUNCTION SELECTED( firstVal, secondVal )
  IF cSTR( firstVal ) = cSTR( secondVal ) THEN
    SELECTED = " SELECTED "
  ELSE
    SELECTED = ""
  END IF
END FUNCTION

does anyone know what this cSTR function is and what it does? Furthermore,
is there a PHP equivalent?

Many thanks,
Matt Bridger

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
For additional commands, e-mail: php-windows-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>