EY Posted March 15, 2008 Share Posted March 15, 2008 I am ready this book and it keeps saying i modify stuff in my php.ini. Can someone please tell me where that php.ini file is please? Is it on my FTP because i cannot find it. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/96323-phpini/ Share on other sites More sharing options...
pocobueno1388 Posted March 15, 2008 Share Posted March 15, 2008 What are you trying to set? You maybe be able to do it with the function ini_set(). Link to comment https://forums.phpfreaks.com/topic/96323-phpini/#findComment-493050 Share on other sites More sharing options...
discomatt Posted March 15, 2008 Share Posted March 15, 2008 Your host will rarely allow you to change the default php.ini file. Most hosts will allow you to run your own build of php if you want to set one up Until then, you can use ini_set() to temporarily change most settings for the script's execution. Link to comment https://forums.phpfreaks.com/topic/96323-phpini/#findComment-493051 Share on other sites More sharing options...
peranha Posted March 15, 2008 Share Posted March 15, 2008 Are you hosting on a PC at your house, or on a shared server such as godaddy, or bluehost or something like that If on a local PC, it is usually in you php install directory. Link to comment https://forums.phpfreaks.com/topic/96323-phpini/#findComment-493052 Share on other sites More sharing options...
EY Posted March 15, 2008 Author Share Posted March 15, 2008 Alright thanks very much. Link to comment https://forums.phpfreaks.com/topic/96323-phpini/#findComment-493056 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.