Tags
PHP
Asked 5 years ago
12 Oct 2018
Views 1497
Cimb

Cimb posted

php fucntion parse_ini_file give error : This pane has not active settings.. it is informational.

system.ini
type=test
url=www.af.com/siteapi/?ac=22

parse_ini_file("system.ini");
give us Error :
Note: This pane has not active settings.. it is informational.
Rasi

Rasi
answered Nov 30 '-1 00:00

provide the duoble quote to url to parse well by parse_ini_file function in php

url="www.af.com/siteapi/?ac=22 "

Post Answer