$string = "Help";
if ($notstring == "Help") {
echo "help";
} // this gives you an undefined error
if ($string == "Help") {
echo "help";
} //This gives no errors
I have no idea how to make a PHP file or what to name it. :S Thanks for the effot thoughmissing declareration about the thing.
i guess there are some missing files/includes
like
PHP:$string = "Help"; if ($notstring == "Help") { echo "help"; } // this gives you an undefined error if ($string == "Help") { echo "help"; } //This gives no errors
Switch to XAMPP 1.7.3 to solve this problem
Disable error_reporting.