Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

export txt php

<?php
$namaFile = "addintest.txt";
header("Content-type: text/plain");
header("Content-Disposition: attachment; filename=".$namaFile);

// your content goes here
 
PREVIOUS NEXT
Tagged: #export #txt #php
ADD COMMENT
Topic
Name
9+7 =