Php And Javascript Working On Localhost But Not On Hosted Website
I implemented a search form that has 3 drop down
Solution 1:
I had the same problem as you because of file permission , changing permission from 755
to 644
worked. If yours is related to permissions, try setting datasupplier.php
's permission to 644
.
Post a Comment for "Php And Javascript Working On Localhost But Not On Hosted Website"