ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Jan 1, 2006 8:39 am
36744
It'll look through the following, in the following order: Arguments (in UDFs only), Local (in UDFs only), Variables, CGI, URL, Form, Cookie, Client Best...
Yes it leaves your mouth smelling minty fresh :-) _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Joe...
What about session? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Joe Rinehart Sent: Sunday, January 01,...
Ok, upon further review, I noticed that in your query that on some fields you indicate which table they should be pulled from, while on others you do not. ...
Bingo. THANKS for taking the time to help! I had a hunch I needed to join the two tables, but when I did similar to what you suggested, I'd get a "data type...
Oh, forgot to mention... I would also strongly recommend that you use <cfqueryparam> for vars that can be potentially manipulated by the user (form, url)....
Bingo. The idea behind it is that you want to verify any FORM or URL variables before you use them in a query. For example, make sure that what you expect to...
I have the option of populating my cart's struct with product details (like Name, Price, Size, Weight, Quantitiy), or I can reduce it to just Product_id,...
Do the queries on demand _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of tmallan Sent: Sunday, January 01,...
Anyone have problems using Active Edit with 6.1MX I get a String index out of range: then a negative number, that equals the same amount of characters that are...
Hi all quick question I am building a site notification form and I am attempting to setup my local:8500 in regards to cfmail. everything I have read keeps...
Hi, I might be way off on this, but: http://127.0.0.1:8500/ =http://localhost:8500/ it is the samething, sometimes I use localhost:8500, and sometimes I use...
Coldfusion does not provide a built in mail service "SMTP". In Coldfusion administrator look for menu for "mail" this is where you need to add the outbound...
you can also set the smtp server to use in the cfmail tag itself which is very handy when you have several sites that need to use different smtp servers with...
if thunderbird ios set to 8500, then use that. If you are also using IIS, iwould also make sure that default SMTP sever is either off or if thunderbird is...
You are correct in that they are the same and your system would see them as the same. What would depend is whether or not CF understands what localhost means....
I'd leave it as CF...but since you can convert CF to java byte code, Java would be better...in fact anything would be better than .net... Eric On Mon, 02 Jan...
Pedro, I just now got back to this project and wanted to thank you for your help. As it turns out my var was in milliseconds and your timeFormat#myVar# works...
in addition: I got 127.0.0.1 responding in coldfusion admin, so it seems, but when I check the log file it gives me an error. I suspect that it is because I...
Erm, why? If it works in CF, it's definitely not cost beneficial to try to convert it knowing neither .NET or Java. -Joe ... -- Get Glued! The Model-Glue...
I am probably gonna ask you a question that belongs in the dummy 101 category but here goes. I have searched all over hell's half acre and google and all my...