Php site is not working in my server

Hi all,

Am really new to php, my php is site is working fine in my local host, i hve it in xamp,

When i host my site to my server, the user login and signup new register is not working. I hve xamp in my server also.

here is the link for my site.
http://212.227.137.184/tim-test_03-02-10/

User Id: test1
Pass: test1

can some body please help me in this issue.

Please provide the code for the login page. It looks like you have a misplaced ?> somewhere since you have PHP code in the HTML output.

thanks for your quick respons, here is my php code attached

I’d say it is just simple short_open_tag issue.

You have two option:

  1. Enable short tags in php.ini
  2. Convert all short tags to full <?php tags