I have just attempted to integrate a php app into a html website by basically 'wrapping' the script inside the main content div and changing it from index.html to index.php. To my surprise, with local server running the app functioned perfectly but left me with a strange 'something' at the top of the page which shifted the whole layout downwards.
Can anyone tell me what might have caused it and how I get rid of it?
maybe i can help you. i use ultraedit as html editor and had this strange characters too. i tried everything but no luck. then i looked at the file in HEX mode and saw this strange characters at the very beginning of the file. this characters were hidden in ASCII view. so to get rid of them i just copy pasted the html-code to a blank txt file and then renamed it back to php.
The Following User Says Thank You to el_bastardo For This Useful Post: