I want to know how to insert values into a text file in php in a certain format
for example whe installing phpbb forums you start off with just a blank config.php which is empty. then after installation it changes the file and adds database information to it.
how is this done?
thnx
Comments
Search the PHP manual for fopen and fwrite.
Webmaster-Talk.com
Chroder.com