Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ColdFusion Application Server Solutions: 101 - 108 of 108
 
My database has recently been hit with an slq injection. I've cleaned up the database, changed passwords, but need help figuring out how to change my cfinsert tags to use parameter, as well as...
I am trying to use Dynamic Query . So the conditions a re the folowing. If the job code exists in list then check the completion . If it not completed then set the variable to incomplete, if...
I have a URL string that I parse then insert information into the database. An example of the string is, http://1.1.1.1/ind2.cfm?cno=12345&id1=Y1234P&id2=Y12123P&id3=Y22223P&sn1=PSMI&sn2=AFRE...
Hi, How can I shorten this code via CF?  It works fine, it just seems I should be able to nest some of these functions.  I am sure I could do this in SQL, but I am looking for a CF solution...
In VBSCRIPT, for example, one can force a redirect to a login page if the length of the session is zero. Bascially I have a Coldfusion application which needs to have its pages redirect to a l...
I've created my login framework and have a user logged in. My question is:  Can I use getAuthUser() from a file which is in an iframe?   <cfoutput>#getAuthUser()#</cfoutput> Is coming ba...
I have two tables/queries that I'd like to populate 2 different drop downs.  I want Drop Down 2 to show different data based upon what is selected in Drop Down 1.  Ive looked into the CF_TwoS...
Try to read one cookie but failed, the other one I could. I used cookie editor in firefox to see if I can see those cookies.  I see both from editor. but only one getting display from code. oh...