php to dynamically create new php file
Posted: Fri Dec 05, 2003 3:10 pm
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
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