PHP in linux not running

Discussion in 'Installation/Configuration' started by ridzuan, Feb 28, 2008.

  1. ridzuan

    ridzuan New Member

    My team have build an application using map server and php in windows environment and it's running well. But, when i running it in linux, one of the function (button) not running. Can sombody tell me why it's happen. Sombody told me that I i must change all the syntax to small caps because linux very sensitive with caps. I already done that but that function still not running. can sombody tell me why and how to solve it. TQ.:(
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What exactly isn't working? Did you check Apache's error log?
     
  3. ridzuan

    ridzuan New Member

    I already chech apche's error log, but there nothing write there abuut the error.
    My team have create a function (search function) in the page. Then The button will search all the records that exactly like the word key-in in the box. Then, the record will dump into a page and shows all the informattion about that records.
    The problem is, when user key-in what they wanna search and press the button, the record found but it's doesn't dump into the page and shows the record.
     
  4. topdog

    topdog Active Member

    Turn on display_errors in your php.ini
     

Share This Page