AudiS2 Posted May 17, 2008 Share Posted May 17, 2008 I am wondering is there an implementation of parse_ini_file() that will work with a URL parameter for example parse_ini_file("http://www.example.com/example.ini") If not is there a version of parse_ini_file that takes a string as a parameter?? Link to comment https://forums.phpfreaks.com/topic/106086-parse_ini_file-that-works-with-remote-files-url/ Share on other sites More sharing options...
phpzone Posted May 17, 2008 Share Posted May 17, 2008 Not that I'm aware, perhaps you'll have to create a tempfile, download the ini and write into the tmp, process and remove. Or, place a helper on the remote side that does the ini work and send it parameters. Link to comment https://forums.phpfreaks.com/topic/106086-parse_ini_file-that-works-with-remote-files-url/#findComment-543743 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.