That\'s me again .. i\'m havin another problem (that one with FOPEN, i realized that i can use INCLUDE instead).
I want to do the following:
One administrator enter in a php3 file, wich has a form. In this form, he types something, and after submiting the form, i want the all the text that he typed be included in one file, wich i will use in another php3.
Example:
FORM.PHP3 has a form. I type \"this is a test\" in this form. After submiting, i want that the \"this is a test\" be write in a file called TEST.INC.
INDEX.PHP3 - My visitor will see this page, and he will se \"this is a test\", wich was included from TEST.INC (using include() ).
Can you please help me ?
UIN 20740260
EMAIL feliperaul@bol.com.br
Thanks\'!!!