Thread: Bug or not?
View Single Post
  #2  
Old 06-09-2007, 09:46 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Graal's comparison operator doesn't really compare the structure of an array like that; if you want to compare two arrays, convert them to strings first using the magic @ operator:
PHP Code:
if (@temp.test1 == @temp.test2)
{
  echo(
"MATCH");

__________________
Skyld
Reply With Quote