Thread: else problem
View Single Post
Old 11-12-2008, 11:04 AM   #14 (permalink)
EyeDentify
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default

@9three

From this thread i never grasped if you understood the difference between:

Assigning:
PHP Code:
<?PHP $myVar 'myString'?>
And comparison:
PHP Code:
<?PHP $myVar == 'myString'?>
In the first you assign the string to $myVar
In the last you check to see if the $myVar has the same value as the string.

Itīs an easy misstake, i do it often myself.
Anyways :) good luck.
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
EyeDentify is offline  
Reply With Quote