hi everyone,
I'm new to PHP so this may be a silly quesion, but I have the following problem...previously I have been told that the include code for my php login script on this page http://www.esmertec.com/investor_relations/secure/login.php needs to be the very first line of code, before any html etc. (so it can initialize the sessions properly)...however it being the first line the login form is positioned wrongly on the page as you can see. It should be in the body area, obviuosly, and not on the very top. How can I solve this problem?? Thanks for any help!