php-windows | 2001051
Date: 05/01/01
- Next message: r.gelstharp: "[PHP-WIN] custom functions/procedures in PHP"
- Previous message: Daniel Beulshausen: "Re: [PHP-WIN] php4win.de distribution"
- Next in thread: Ermanno Iannacci: "[PHP-WIN] R: [PHP-WIN] ASPs cSTR function, WTF??!!!"
- Reply: Ermanno Iannacci: "[PHP-WIN] R: [PHP-WIN] ASPs cSTR function, WTF??!!!"
- Reply: Jason Gan: "[PHP-WIN] RE: ASPs cSTR function, WTF??!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: r.gelstharp: "[PHP-WIN] custom functions/procedures in PHP"
- Previous message: Daniel Beulshausen: "Re: [PHP-WIN] php4win.de distribution"
- Next in thread: Ermanno Iannacci: "[PHP-WIN] R: [PHP-WIN] ASPs cSTR function, WTF??!!!"
- Reply: Ermanno Iannacci: "[PHP-WIN] R: [PHP-WIN] ASPs cSTR function, WTF??!!!"
- Reply: Jason Gan: "[PHP-WIN] RE: ASPs cSTR function, WTF??!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

