Published in: PHP
include "db.php"; $select = "SELECT * FROM registros_promo "; for ($i = 0; $i < $fields; $i++) { } $line = ''; foreach($row as $value) { $value = "\t"; } else { $value = '"' . $value . '"' . "\t"; } $line .= $value; } } if ($data == "") { $data = "\n(0) Records Found!\n"; } print "$header\n$data";
You need to login to post a comment.
