Question
php if statement works in Firefox, chrome, safari, NOT IE.
My coworker sent me some code he built with DW CSS5.5. I retrofitted php code. It ran fine on Firefox, chrome, safari, but hangs on IE.
So, I started backing out all the php until I had a form that passed a number of hidden vars.
I use an if statement to test a value I set with the _POST function. $a=_POST['a'];
It hangs.
What should I do?
Pull all the <?php ?> out & start over?
Are there settings inside DW I should adjust?
Thanks in advance.
