| Thread | Last Post | Replies |
|
| XML header via CFFHTTP | 17 Aug 2005 13:21 GMT | 1 |
Hi, i'm trying to send an xml packet that I have created via cfhttp in the header. I dont appear to be able to get it to work, can any one offer me any advice? Basically I am creating an xmlpacket in <cfxml> and sending that to a
|
| Strange Code Behavior | 17 Aug 2005 09:09 GMT | 1 |
hey everyone, I have a part in my site where users can upload pictures they want to use for their profile. The problem is that many times, my picture gets deleted. What SEEMS to happen, and im not sure on this, is that: 1) User uploads a pic
|
| Secure Login Across a website | 17 Aug 2005 04:34 GMT | 3 |
How can I provide on each page a login form, and have all username and passwords be processed by the application file localized in one directrory the login form action call is : <form action="#CGI.script_name#?#CGI.query_string#" method="Post">
|
| Another Crazy Idea | 17 Aug 2005 00:42 GMT | 11 |
Hey everyone. Im sure this has happened to everyone here at one time or another. You are looking at your website from a freinds computer, or somewhere where you have no power to change it, and you find an error, or something you want to change. But there is no way to because you ...
|
| Weird Cookie Behavior | 17 Aug 2005 00:14 GMT | 1 |
Problem: When User A logs in, he sees User B's name and information. However, at another part of the system, it shows User A's own info. Somehow, the same cookie holding 2 different user info or there are two cookies having different info??
|
| breaking portions apart | 16 Aug 2005 22:47 GMT | 1 |
is it possible to take for example in the database the time 7:30, and break it apart so that it in one select menu it selects the value based on whats infront of the " : " and then in the second for the minute to select whats after the "
: "? basically breaking apart a value from ... |
| complex SELECT statement | 16 Aug 2005 21:07 GMT | 3 |
I need some help creating the SELECT statement with multiple joins for two dependent drop down boxes (CF_ Two SelectsRelated) I have four tables that I am trying to combine to get information for my SELECT statement:
|
| retrieving different data in 1 field | 16 Aug 2005 19:22 GMT | 3 |
My DB has over 300 entries in 1 field. However I want to retrieve 25 of those entries out of that field .Each of the entries in the field that I want to retrieve has different values. ex 10062,4587,8895 etc. what should my select statement look like
|
| Why is this variable getting cleared? | 16 Aug 2005 19:03 GMT | 1 |
Okay for some reason the parameter fdata keeps getting cleared before it posts. Why is it clearing and how can i stop it? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
| Anyone using cfchart? | 16 Aug 2005 16:29 GMT | 1 |
I had this posted over on general cfml but didn't get any responses. Is anyone using cfchart? I have been running Coldfusion 5 until last week when I rebuilt my servers and installed CFMX 7. One of the tags I used quite a bit was CFgraph, so now some
|
| How to sort the Output of a recursive query? | 16 Aug 2005 16:29 GMT | 2 |
I'm using CFMX 6 and I have build a recursive query to get all categories an corresponding articles of an existing tree structure. This works fine so far. But I can't get the Output of the query sorted. The problem is that I don't get only one Queryset which I can sort easily. ...
|
| Script not working and Error is useless | 16 Aug 2005 16:20 GMT | 1 |
I have created a mail script to send out an email to an address and name passed from a form. This is a very simple script but I constantly get a message that it is trying to use a variable that is undefined. Can anyone help me figure this out? Scripts and error are below. ...
|
| Web Services - Axis Error | 16 Aug 2005 14:21 GMT | 6 |
I am getting the following error when calling a web service on my server. I have found several threads relating to this problem on CF6.1, but these solutions do not seem to be working on CF7 - though it is possible I may be missing something.
|
| Webservice publishing problems | 16 Aug 2005 13:33 GMT | 3 |
I created a CFC with a method named "getLinks" with access="remote" and put it in the components folder in my web server. When I try to access from another website in other server (other domain), using the webservice call, I get the following error:
|
| if (_CF_checks_areas(s_areas)) | 16 Aug 2005 11:57 GMT | 4 |
I have a piece of Javascript that I need to sort out. Can someone tell me what this part of the script below does? if (_CF_checks_areas(s_areas)) I know 's_areas' is the form name and 'areas' might be the name of one of the
|