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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to