Hi everyone,
Though I am not a newbie, I cant figure the difference between with '' and without '' in this case.
For example:
if ($array[test] == $array['test'])
{
echo "Is the same <br />";
}
What would the difference be?
Thank you in advance...
Titan