View Single Post
  #4  
Old 03-04-2009, 01:39 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Also, you're using the assignment operator for comparisons. Instead of using '=' to compare, use '=='.

Last edited by Codein; 03-04-2009 at 04:33 PM..
Reply With Quote