I was looking for a way to do the same thing but I have not found anything yet. However I know that there are many scripts that I believe can be customized to work with flash. Here a list of software
http://www.laits.utexas.edu/hebrew/personal/tts/table.html
I am creating a site where visitors can download files. I would like to record in my database how many time the file has been download.
Can someone help?
Thanks
Great, works perfect! Now I have two more problems.
I have a drop down "Nombre del Manual/curso" with many options that I pulled from the database. I would when they choose one of the options the option got recorded in the database.
The other problem is in the upload file input...
SO this is what i understand
<cfif isDefined("form.sexo")>
<cfset sexo = #form.sexo#>
<cfelse>
WHAT DO I WRITE HERE?
</cfif>
I BELIVE THAT NEXT IS MY INSERT TO DATABASE IF THE VISITOR IS FEMENINO OR MASCULINO
<CFINSERT DATASOURCE="datasoursename"...
I am working in creating a form and add the information to my SQL database. www.tecnoclases.com/forma.cfm for a text input a use <CFINSERT DATASOURCE="datasoursename" TABLENAME="tablename" FORMFIELDS="formfield1,formfield2,">
I have a male and female radio button...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.