View Single Post
Old 12-03-2012, 04:07 PM   PM User | #10
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,504
Thanks: 45
Thanked 439 Times in 428 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
I'm just wondering Fou..

Op says html is the same. Affected HTML is in an included file.. yet when copied out and pasted directly in it fixes the issue...

You reckon it might be an encoding problem like I had months ago? That led to all sorts of strange behaviours for me and it did different things on different servers too.

I could encode it as ansii on my system and all sorts of weird characters would show up but be fine on the remote server.

I'm just wondering if that could be the case here..
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote