Hey,
I have, what is to me a really weird error in my scripts.
All of a sudden, my 'IF' statements don't work!
For example, if I have a script with the line of code:
if ($add == '1') {
echo("whatever, code goes here");
}
and then I enter the URL:
scriptname.php?add=1
IT DOESN't WORK!
It has happened on all my scripts.
I did modify the php.ini file, to change something to do with sessions. However, I didn't change anything else.
Can anyone PLEASE help me?!
I really don't get what is wrong.
Cheers.
-AJ