Archive for the ‘PHP How to?’ Category

Many times we face problem that our application require some PHP configuration changes to run application properly. On local server we are free to modify PHP configuration file (php.ini) to make necessary changes. But problem arise when we are on public shared severs. Because hosting will not change php settings for you, because on shared server it will reflect all sites hosted on that server.

Here are two options to change php settings on shared server.