Search found 2 matches

by ESCGary
Fri Aug 12, 2005 8:30 am
Forum: PHP - Code
Topic: Writing to text file deletes first record in recordset
Replies: 2
Views: 264

Thanks man, worked like a charm.


Have a great weekend.
by ESCGary
Thu Aug 11, 2005 3:26 pm
Forum: PHP - Code
Topic: Writing to text file deletes first record in recordset
Replies: 2
Views: 264

Writing to text file deletes first record in recordset

Hiya Any help on this would be awesome. It works and exports as it should but it always removes the first record. Cheers............. <?php require_once('Connections/ta.php'); ?> <?php mysql_select_db($database_ta, $ta); $query_exportShipTo = "SELECT ta_sample_data.sampleID, ta_sample_data.fnam...