php-general | 2001032
Date: 03/30/01
- Next message: almir: "Re: [PHP] constatnts and case sensitivity"
- Previous message: Marcus Ouimet: "[PHP] Question using chop :-)"
- Next in thread: almir: "Re: [PHP] constatnts and case sensitivity"
- Reply: almir: "Re: [PHP] constatnts and case sensitivity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hallo people
simply
i am using php 3.0.11 on IIS4
here is a problem
if I use
define ("Rights", "RIGHTS");
define ("rights", "RIGHTS");
end then
echo Rights ."-" . rights / / output : RIGHTS - rights
simply if i have constant Rights i cannot define a new one rights but if i
meke echo of rights i get "rights" as if i havent define it ,
ps can i redifne a constant anyhow
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: almir: "Re: [PHP] constatnts and case sensitivity"
- Previous message: Marcus Ouimet: "[PHP] Question using chop :-)"
- Next in thread: almir: "Re: [PHP] constatnts and case sensitivity"
- Reply: almir: "Re: [PHP] constatnts and case sensitivity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

