|
Re: Importing RecordSet to .asp file
Sorry Sam
I am a little confused
the recordset with the information is rsHerodionRates
Where in the code
- PHP: Select all
<% Do While Not objRS.EOF Response.Write("<option value="""&objRS("value")&""">"&objRS("name")&"</option>") objRS.MoveNext Loop %>
I will put the rsHerodionRates ?
Regards
Tolis
Last edited by Rob; Nov 19th, 2005 at 13:20.
Reason: PLEASE USE CODE TAGS!!!! [code]your code here[/code]
|