Reply to Re: saving data from a form into a seperate .html file
Posted by Steve on 10/29/29 11:33
> Fatal error: Function name must be a string in
> /usr/local/www/billcalculation.php on line 36
>
> $fp = fopen($_POST['month'] . ".html","a+");
> $fwrite ($fp, $data);
> fclose($fp);
> $data = print "Apartment: $apartment_rent"; //want it to print that to
> the new .html file.