PHP Script works great on Windows, but not on Linux.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Akkad
    New Member
    • Jun 2007
    • 18

    PHP Script works great on Windows, but not on Linux.

    hi everybody plz i need a help!
    on linux (redhat 7.1),i am creating a form by HTML and send it to php file but the username and password which i am sending its not interpreted (recieved ) by the php file , i am trying to print them but nothing is there.
    though the same code i am using on Windows using apache server it is working perfectly.
    on linux server only the form is not working i don't know why?
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    Heya Akkad,

    welcome to TSDN.

    Can you execute this under your linux box.

    [PHP]<?php
    phpinfo();
    ?>[/PHP]

    And could you please submit the codes here.
    and please read Full list of Code Tag Supported Languages

    Thanks
    -Ajaxrand

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Changed thread title to better describe the problem.

      Comment

      Working...