View Single Post
  #15 (permalink)  
Old Sep 5th, 2007, 17:43
testep02 testep02 is offline
New Member
Join Date: Aug 2007
Location: Pikeville
Age: 26
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: tried java now c++

And btw, in your PHP code, you have an error..2 actually.

Any time you are comparing 2 values, you have to use ==, not =. In your IF statement, you are setting both variables equal to something, not checking to see if they really do equal what you have there. Just something to think about.
Reply With Quote