, March 30, 2001 12:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] constants and case sensitivity
>
>
> just when I thought , nice I didn't know how does it work i
> found out that
> it is not wroking anyhow if I put
>
> define ("rights", &qu
just when I thought , nice I didn't know how does it work i found out that
it is not wroking anyhow if I put
define ("rights", "RIGHTS", X);
define ("Rights", "RIGHTS", X);
echo rights . "->" .defined("rights") ." " .Rights ."->"
.defined("Rights")."";
regardless of X i always get
RIGHTS->1 R
2 matches
Mail list logo