eltjo
02-27-2006, 02:48 PM
hello,
i look for a script that can export the output from a script to a text file on the server. but the the filename must be equel to the user that has logged in to the form.
by example andre logged into to the form then the filename must be andre.txt
here is how the form output looks like
invoer 1 = <% Response.Write x_invoer1 %><br>
invoer 2 = <% Response.Write x_invoer2 %><br>
invoer 3 = <% Response.Write x_invoer3 %><br>
invoer 4 = <% Response.Write x_invoer4 %><br>
invoer 5 = <% Response.Write x_invoer5 %><br>
invoer 6 = <% Response.Write x_invoer6 %><br>
invoer 7 = <% Response.Write x_invoer7 %><br>
invoer 8 = <% Response.Write x_invoer8 %><br>
invoer 9 = <% Response.Write x_invoer9 %><br>
if some know how to create this. plz help :confused:
gr. Eltjo
i look for a script that can export the output from a script to a text file on the server. but the the filename must be equel to the user that has logged in to the form.
by example andre logged into to the form then the filename must be andre.txt
here is how the form output looks like
invoer 1 = <% Response.Write x_invoer1 %><br>
invoer 2 = <% Response.Write x_invoer2 %><br>
invoer 3 = <% Response.Write x_invoer3 %><br>
invoer 4 = <% Response.Write x_invoer4 %><br>
invoer 5 = <% Response.Write x_invoer5 %><br>
invoer 6 = <% Response.Write x_invoer6 %><br>
invoer 7 = <% Response.Write x_invoer7 %><br>
invoer 8 = <% Response.Write x_invoer8 %><br>
invoer 9 = <% Response.Write x_invoer9 %><br>
if some know how to create this. plz help :confused:
gr. Eltjo