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