
Thank you for your order. Your order number is #SEQ-$seqcount . Confirmation has been sent to your e-mail address as a receipt of your order.
"; // record the visitor info // open the file in append mode $handle = fopen ($filename,'a+'); fputs($handle,$message); //close the file fclose($handle); } else { echo "The file $filename does not exist and needs to be created for this to work."; } } ?>