Autosave from form to pdf

I hope i can explain my self right

<form action="/save.asp" method="post">
 <font class="font26"><b>text1 :</b></font><br><br>
 <input class="w1" type="text" name="text1" style="width:95%; height:10; text-align: center;"><br>
 <br><br><br><br><br><font class="font26"><b>text2 :</b></font><br><br><br>
 <input class="w1" type="text" name="text2" style="width:95%; height:10; text-align: center;"><br> 
 <font class="font26"><b>text3 :</b></font><br><br>
 <input class="w1" type="text" name="text3" style="width:95%; height:10; text-align: center;"><br>
 <br><br><br><br><br><font class="font26"><b>text4 :</b></font><br><br><br>
 <input class="w1" type="text" name="text4" style="width:95%; height:10; text-align: center;"><br>
 <font class="font26"><b>text5 :</b></font><br><br>
 <input class="w1" type="text" name="text5" style="width:95%; height:10; text-align: center;"><br>
 <br><br><br><br><br><font class="font26"><b>text6 :</b></font><br><br><br>
 <input class="w1" type="text" name="text6" style="width:95%; height:10; text-align: center;"><br>
 <br>
 <input class="font22" type="submit" value="Save" style="width:50px;"><br>
 </form>

Then i click on save, it save the info in a database

my question its…

and here i will here abourt, how can i make a code on my save.asp where will make a pdf file where save to a folder…
whit out to ask abourt. i will open file or save file.

I have try many selutions and i can not get i to work to save as pdf… i can only save to my database…
are there a trick to doit…

And i have found many code to save pdf file but no one where will doit whit out to ask what i will .
save or open file

its only save data to my database…

I look after the code to save the text from my form to pdf then its go to my save.asp after save pdf so will it be save to my data or it be after it save to my database so save pdf file…

But i can only find the code to save pdf where it popups whit do you want to save or open the file…

but here my save.asp

Sub GemCatData
Dim strSQL

strSQL = "INSERT INTO QuestionInfo ("
strSQL = strSQL & "text1, "
strSQL = strSQL & "text2, "
strSQL = strSQL & "text3, "
strSQL = strSQL & "text4, "
strSQL = strSQL & "text5 "
strSQL = strSQL & ") VALUES ("
strSQL = strSQL & "'" & FixSQL(Request.Form("text1")) & "', "
strSQL = strSQL & "'" & FixSQL(Request.Form("text2")) & "', "
strSQL = strSQL & "'" & FixSQL(Request.Form("text3")) & "', "
strSQL = strSQL & "'" & FixSQL(Request.Form("text4")) & "', "
strSQL = strSQL & "'" & FixSQL(Request.Form("text5")) & "', "
strSQL = strSQL & ")"
	Call OpenDataBase
	
'	Response.Write strSQL
	objConn.Execute strSQL
	
	Call CloseDataBase
	
	response.redirect "/"

End Sub

Select Case Session("FuUserLevel")
		Case 3,5

Call GemCatData

Else
response.redirect "/error.asp"
End If
Response.End
End Select

Sub DumpFelterne
End Sub

Call DumpFelterne

RandellDawson do you maybe have a solutions ?

i can not use php and i don know to php…

But i have deleted all…
I give up.

its not posebibel to do on this way i want…
And if its so hard to do…
so i forget it and much do other way. and not use PDF then its so stupid to make a PDF…
Its not so hard to make a Doc or any other files…

So i will not use PDF…

But thanks for you help