I am getting ini Parsing Error for the following ini file:
[photo]
price = 5.00
[shipping]
South Africa[value] = 50.00
South Africa[incremental] = 100
Pakistan[value] = 120.00
Pakistan[incremental] = 100
[discount]
min[quantity] = 50
min[value] = 5
max[quantity] = 150
max[value] = 10
[admin]
email = [email protected]
name = Admin
subject = Your order with xxx
The error comes on Line #5
It's quite weird. The same file works fine on my own machine but not on remote server
"50.00"instead of50.00