| You are here: DEVPPL ‹ Forum ‹ Programming ‹ PHP and MySQL Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
change value in a configuration file
1 post
• Page 1 of 1
0
change value in a configuration file
hi,
i have a configuration file with this content for example:
test = "100";
teste2 = "300";
now need change the test from 100 to 300,
i just want use something like this: function ( "test" , 300 );
how can i do that?
thanks for help
i have a configuration file with this content for example:
test = "100";
teste2 = "300";
now need change the test from 100 to 300,
i just want use something like this: function ( "test" , 300 );
how can i do that?
thanks for help
- Jason
- Reputation: 0
- Posts: 38
- Joined: Sat Mar 01, 2008 12:16 pm
- Highscores: 0
- Arcade winning challenges: 0
change value in a configuration file - Sponsored results
- Sponsored results
|
|