I would like to take this output and write it to a file,
thankyou.html. Any help would be great.
thanks,
--tj
if($gen_thank == "on" )
{
$form_process .="?>\n\n\n<!-- This is the content of the Thank you
page, be careful while changing it -->\n\n";
$form_process .=" <br>
<br>
Thank you!"; $form_process .="
<table width=50%>
\n"; for($gg=0;$gg<s izeof($name);$g g++)
$form_process .="
<tr>
<td>".$name[$gg].": </td>
<td<?php echo \$".$use_name[$gg]."; ?</td>
</tr>
\n"; $form_process .="
</table>
\n<!-- Do not change anything below this line -->\n
\n"; }
thankyou.html. Any help would be great.
thanks,
--tj
if($gen_thank == "on" )
{
$form_process .="?>\n\n\n<!-- This is the content of the Thank you
page, be careful while changing it -->\n\n";
$form_process .=" <br>
<br>
Thank you!"; $form_process .="
<table width=50%>
\n"; for($gg=0;$gg<s izeof($name);$g g++)
$form_process .="
<tr>
<td>".$name[$gg].": </td>
<td<?php echo \$".$use_name[$gg]."; ?</td>
</tr>
\n"; $form_process .="
</table>
\n<!-- Do not change anything below this line -->\n
\n"; }
Comment