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.
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.