| Thread | Last Post | Replies |
|
| Session Variables / IIS Virtual Hosting | 18 Apr 2005 22:53 GMT | 3 |
i am working on setting up a website that is on a shared windows server we have and coldfusion won't hold the session variables. ie. if i set the var on one page as #session.varname# and output it on that page, it's fine. if i try to set it one page then output it on another page ...
|
| Commercial WebServices | 18 Apr 2005 18:10 GMT | 1 |
hi all!! Placed this topic in 'General Topics' but cud not get even a single reply
:brokenheart; ... I dont want the exact answers, just ur ideas and lil discussion...:confused;
|
| Heavy number of collection to create | 18 Apr 2005 15:30 GMT | 4 |
I try to create several search collections from 3 indented loops that gives me an approximative amount of 234 search collections. I am doing this because I do not know how many search collection I will have to create an advance so I have to do it dynamically.
|
| Allowing special characters in input forms | 18 Apr 2005 08:14 GMT | 2 |
What do I need to do to allow users to use special characters (i.e. &, ", ') in input and textarea forms. Thanks!
|
| CFHTTP Question | 17 Apr 2005 18:18 GMT | 6 |
If you go to this site it works fine. http://forums.agd.org/n/mb/message.asp?webtag=agdSmileline&msg=1736.1 So I am trying to GET these in a CFhttp query. Here is my code: <cfhttp url = 'http://forums.agd.org/n/mb/message.asp?webtag=agdSmileline&msg=1736.1'
|
| Storing and displaying Images | 17 Apr 2005 02:52 GMT | 4 |
I am trying to find out which one of following two (2) options is fastest and most reliable in order to work with 100,000 images located in 100 folders: Option 1: ?Storing the path of the image file on a database? For this I would have a 4 columns table with 100,000 records to ...
|
| Identifying the Current URL | 16 Apr 2005 21:01 GMT | 2 |
Hey all. I have two domian names and depending on what one a user puts in i want a different site to come up. The best way i though to do this was create a small page that is automatically exucuted (index of course) and then depending whether they typed www.groundxerosystems.com, ...
|
| Sporatic Insert Into error | 15 Apr 2005 21:24 GMT | 3 |
I have e-mailed Macromedia regarding this issue, but have always received good advice here. The SQL INSERT statement below causes the error shown when the value for membership is Active, Retired or Spouse, but does not cause an error when the
|
| Modifying document details | 15 Apr 2005 19:51 GMT | 4 |
Is there any way to modify file details such as summary, title, author?
|
| isEuroDate UDF | 15 Apr 2005 18:22 GMT | 1 |
does anyone know a udf for isEuroDate as im working in uk and the dates are different to the US date dd/mm/yyyy
|
| RegEx: can't figure this out! | 15 Apr 2005 11:52 GMT | 5 |
Hello everyone, I have been trying for days to get this right but I can't seem to grasp it: I'm trying (ofcourse) to match a substring inside a string, but want to skip other occurrences of the same substring. I'll give an example to stay comprehensible: My string: Some ...
|
| MX7: Can CFC's use a function in Application.cfm? | 14 Apr 2005 21:52 GMT | 1 |
Version CF7 and cf6.1 if possible.... I have built a function inside my Application.cfm file. (a basic error messae with output) I can use said function anywhere in my applications EXCEPT a CFC. (when a CFC throws an error, I want to use the error function) Is this the way it ...
|
| Sorting directory listing problem in Coldfusion | 14 Apr 2005 21:22 GMT | 5 |
I'm using the <cfdirectory> tag to list some directories in my server in ascending order. The problem I'm having is that the output is not correct. For example, assume I have a bunch of directories called A,10,2,B. The output of the <cfdirectory> tag, would list the ...
|
| loop through a string | 14 Apr 2005 21:05 GMT | 3 |
i wonder if its possible to loop through a string. i need to do it because i have to convert every single character so unicode after submiting the form. or do i need to create a list? thanks
|
| mail and attachments | 14 Apr 2005 20:55 GMT | 1 |
I have a problem with trying to send mail with the <cfmail> tag out to a list of emails. I upload attachments onto the server (users choose to upload files, I upload to server in order to load). I have the <cfmail tag > <cfmailparam name='Reply-To' value='#application ...
|