Hi,
I'd like to have my own php.ini file for my site on the server. where should i put the php.ini so that i can use it in all pages of my site.
Thanks
If you are on shared hosting site you can't have your own php.ini file. Some settings you can set up using ini_set() function or as a directive in .htaccess file if your hosting provider allows it.