11-12-2008, 11:04 AM
|
#14 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
|
@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.
|
|
|
|