Forum Moderators: coopster
but i would like to know how to check if they are NOT the same how do i do that?
Thanks for you help i love you guys
I think you can probably also write "if!(var1 == var2)"
Note the exclamation mark "!" which does not show up very well here.
[edited by: HarryM at 10:46 am (utc) on Oct. 13, 2005]
u can also use "if(var1 <> var2)" isnt it?
//////////////////////////////////// == equals === identical != not equal <> not equal ////////////////////
[php.net...]