Page 1 of 1

php to dynamically create new php file

Posted: Fri Dec 05, 2003 3:10 pm
by dsdsdsdsd
hello;
I have a Macromedia .swf file that will send var1 = "new_text" to variable_processor.php;

my goal is:
1) to have variable_processor.php (which contains $var1 = "old_text") append "old_text" . "new_text" and
2) create variable_processED.php which will contain $var1 = "concat_text";

my question is in regards to goal2: having a .php dynamically create another .php;

thanks
dsdsdsdsd
Asheville NC

Posted: Fri Dec 05, 2003 3:15 pm
by Weirdan
[php_man]fopen[/php_man]
[php_man]fwrite[/php_man]