I have a site with a login screen written in Coldfusion 7 MX. The login screen collects username and password in a form. Then it looks up the informaiton in the database. If found, the perso...
Ive download a script called Uploadify, which is a nice little jQuery file upload with progress bar script. it uses a file in the background to upload the file. What im stuck with, is gettin...
I'm trying to insert answers from a form. The fields were generated dynamically. Why am I getting this error?
<cfloop list="#form['QuizQuestion' & ViewQuestions.QuizQuestionID]#" index="Qui...
RSS feeds such as Yahoo.com that contain images, I'd like to save the img src image path from the feed to a database.
I'm already saving the feeditems TITLE, DATE and CONTENT into separate ...
So i had some fantastic help to create a nice little sms function that i can call anywhere in my code using:
<cfset somevariable = Application.SendText.sendMessage('#mynum#', '#mymessage#')...
We are running ColdFusion 8 on Windows Server 2003 Standard. We have our ColdFusion server using smtp.gmail.com to send outgoing emails. This was working fine for months, until two days ago....
i am working on a new site and am using cflogin for the first time. have got everything working great but have a problem i need to solve somehow.
there are a number of user accounts on the ...
Hi all,
I have the error ORA-00932 when I try to execute :
SQL> update T_NET set m_data = '20090826'
2 where
3 m_id=416713
4 and mnet_data = dbms_lob.substr(m_data,1630,8)
...
I have a multiple folders in different users name and i am try to make a slideshow which will load the images and show one by one, but it does not seems to work. i tried different variations o...
One of our ColdFusion servers was upgraded from 7 to 8 over the weekend, and now we're getting the following error when loading pages that decrypt social security numbers:
"An error occurre...
I want to make a test on my CF8 server and see if it's stops crashing by updating the MySQL connector to the latest version.
I downloaded from the MySQL website the latest version 5.1.10.
...
I am trying to get 2 form fields to bind together:School state and student school using cfselect and a cfc. If a user picks a different state I only want the schools to show in that state. The...
Dear All,
I have a serious problem with HTML formatting in emails using CFMAIL.
Emails are working perfect in Lotus Domino environment, but it breaks the formatting in the Windows e...
Hi All,
I have an application that doesnt time out any more. Can somebody point me in the right direction?
Thanks
I have a field in a table that stores states comma separated. (I know, thats terrible)
This code is not close but I think it gives you an idea of what I am looking to do.
Question: How do ...
Hi experts:
i have tis url:
http://gdata.youtube.com/feeds/api/videos/cyWoIefy9dQ
and i want to extract the last below value from above url: if u see carefully the value after the vid...
I have an IIS 6.0 web servers running Coldfusion MX 7. We recently had a problem where Coldfusion stopped working on the server. I restared the Coldfusion services and IIS services and was...
I have a query where I output a maximum number of rows.
Afterwards I want to record the number of rows that were actually used in the query.
Here's the output:
<cfoutput query="EmailsTOS...
i am using cfdiv to load contents intialy and also on on click event:
I have something like this:
<cfinclude template="subcategories.cfm"><br>
<cfif isDefined('url.code') AND url.co...
i have a path like:
c:/inetpub/wwwroot/project3/
i want to make it dotted as i wanna remove the c:/ also. the Drive in this case is C:\ iyt could be any e: D: A:
so i gave it a shot w...
Hello Experts,
I have created a form where customer can attach the pictures (only gif and bmp) and save the picture into the database or Upload an image to the server and send the location o...
hi experts. i am using mysql query to fetch records. i am doing the right join to check that if the record i am retieving has any associated comments and testimonials attached to it:
the qu...
I'm trying to consume a webservice as follows and get the following error:
"Cannot generate stub objects for web service invocation. "
<cfinvoke webservice="http://mywebservice?wsdl" met...
I'm using cflayout area "left" to display an html cftree that contains a heiarchial structure of a website and a cflayoutarea "center" that displays the childeren of a selected tree node. When...
I have a login page where the username is already remembered with a cookie.
<cfcookie name="username" value="#TUsername#" expires="NEVER">
I am wondering if I can do this for the passwor...