Hello,
I usually send the results of my webforms to an email or to
a database and I have no problem.
Now I have a problem because I have to write on a file the $config variable entered on my web form .
The webform should send/write the results ($config varialble) to config.php file .
Exactly it should write the value inside the $alpha variable on line 25 of that file .
Any idea to do that ? Is it possible to do that (without storing before the variable on a db) ?
Thank you
Graziano