d999 Posted January 21, 2009 Share Posted January 21, 2009 Hi I am fairly new to PHP and recently have started to come across '.inf' files being used, but I do not fully understand them. Can somebody give me a general idea? Link to comment https://forums.phpfreaks.com/topic/141765-inf-files/ Share on other sites More sharing options...
trq Posted January 21, 2009 Share Posted January 21, 2009 Nothing to do with php. Do you mean ini files? PHP uses an php.ini file to store its runtime configurations. Link to comment https://forums.phpfreaks.com/topic/141765-inf-files/#findComment-742111 Share on other sites More sharing options...
d999 Posted January 21, 2009 Author Share Posted January 21, 2009 ooop's, sorry my bad... I meant .inc files. Sorry for the typo Link to comment https://forums.phpfreaks.com/topic/141765-inf-files/#findComment-742116 Share on other sites More sharing options...
trq Posted January 21, 2009 Share Posted January 21, 2009 .inc files are nothing to do with php either. Some peaople use that file extension for there include files but it is bad practice. Link to comment https://forums.phpfreaks.com/topic/141765-inf-files/#findComment-742127 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.