<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Exporting the actual ID rather than a row number</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Exporting the actual ID rather than a row number</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 04:42:58 +0000</pubDate>

<item>
<title>BFG9000 on "Exporting the actual ID rather than a row number"</title>
<link>https://www.machform.com/forums/topic/exporting-the-actual-id-rather-than-a-row-number#post-4511</link>
<pubDate>Mon, 02 Feb 2009 19:22:11 +0000</pubDate>
<dc:creator>BFG9000</dc:creator>
<guid isPermaLink="false">4511@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks Yuniar - Awsome service as usual.&#60;/p&#62;
&#60;p&#62;TTFN&#60;/p&#62;
&#60;p&#62;BFG
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Exporting the actual ID rather than a row number"</title>
<link>https://www.machform.com/forums/topic/exporting-the-actual-id-rather-than-a-row-number#post-4486</link>
<pubDate>Fri, 30 Jan 2009 19:46:13 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">4486@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, this is pretty simple.&#60;br /&#62;
Edit your export_entries.php, search around line 327 and you'll find this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($j == 0){
	$form_data[$i][$j] = $row_num;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($j == 0){
	$form_data[$i][$j] = $row[&#38;#39;id&#38;#39;];
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>BFG9000 on "Exporting the actual ID rather than a row number"</title>
<link>https://www.machform.com/forums/topic/exporting-the-actual-id-rather-than-a-row-number#post-4472</link>
<pubDate>Thu, 29 Jan 2009 17:10:11 +0000</pubDate>
<dc:creator>BFG9000</dc:creator>
<guid isPermaLink="false">4472@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;I have a need to get the actual ID from the DB to be exported into excel rather than an incrementing row number as the first column (in fact any column would do...).&#60;/p&#62;
&#60;p&#62;My guess is that this would be an easy fix, but I'm not familiar with Spreadsheet_Excel_Writer.&#60;/p&#62;
&#60;p&#62;I'd be grateful for any assistance you could offer.&#60;/p&#62;
&#60;p&#62;TTFN&#60;/p&#62;
&#60;p&#62;BFG
&#60;/p&#62;</description>
</item>

</channel>
</rss>
