I'm wanting to make a script that will collect input typed into a form field, then echo it in a text file. Although the information that will be echoed will need to be in an assigned area, EG
----textfile.txt
motd[]=
{
"<form field one echo here>",
"<form field two echo here>",
};
----end of file
I'm new to php so try not to be to complicated although im not a complete noob... i know c++ and i notice php is quite similar 😃
Thanks in advance for help with this! :rolleyes: