/ Published in: PHP
Expand |
Embed | Plain Text
<?php # export to excel $select = "SELECT * FROM table"; 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"; }
You need to login to post a comment.
