Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

[PHP] constatnts and case sensitivity From: almir (a.kazazic <email protected>)
Date: 03/30/01

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>