Hi there,
I have got a question.
I got to files.
.1. Data.inc
contains:
[Test1]
Data1="Data1"
Data2="Data2"
.
.
.
[Test2]
Data1="Data1"
Data2="Data2"
.2. change.php
How can I change in [Test1]Data1 the string.
And how can I change in [Test5]Data2 the string.
This without changing the rest of the file.
TIA
Carlo