MACROMEDIA COLDFUSION 5-DEVELOPING Develop Manual page 356

Table of Contents

Advertisement

336
3
4
5
<!--- Now substitute different column names --->
<!--- by using the columns attribute --->
<hr>
Now using replacement column names<br>
<cfhttp method="Get"
url="http://127.0.0.1/orders/june/orders.txt"
name="juneorders"
columns="ID,Number,ODate,SDate,Name,Address"
delimiter=",">
<cfoutput query="juneorders">
Order ID: #ID#<br>
Order Number: #Number#<br>
Order Date: #SDate#<br>
</cfoutput>
Substitute the URL with the location of your text file.
Substitute the name of a text file and the column headers to those in your text file.
Save the file as
querytextfile.cfm
view it in your browser.
Chapter 18 Interacting with Remote Servers
in
under your Web root directory and
myapps

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 5

Table of Contents