Hi,
I am completely, stumped - I've in this business for years, and using PHP for the last 5 years. I have a PHP file which has been working fine for the last 2 months - All of a sudden, the IF statement in the file is executing for both the IF and the ELSE. The reason I know is that the system has to add 150 or 350 to the final price, but instead it adds 500 (150+350=500).
Any ideas?
Thanks,
Ed
PS.: Also - Just the other day, a switch() was executing even though it was false?
|