- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
48 Posted Topics
Re: We've [B]envelop[/B] the enemy forces today! [B]Acquiesce[/B] | |
Re: As far as I know, there can only be one call page for PayPal and it will include message with valid or invalid CC, etc | |
Re: Just curious, what was the solution? | |
Re: You should let it do that because what if the same error happens on another page? If you dont want that just use ReFind() or ReFindNoCase() functions. Coldfusion already stores an error log but if you are on shared hosting you probably cannot access that log file. | |
Re: [url]http://msdn.microsoft.com/en-us/library/6c3yckfw.aspx[/url] | |
Re: Using is a "shortcut". I just started learning C# about 3 months ago and picking up on it was easy but I have prior experience in other things. You use using to let the compiler know what class you are using so if you had using System you can just … | |
Re: Try them all, Java C#.Net, PHP, Coldfusion, etc. See which one you enjoy the most. Coldfusion is easy to pick up on but once you understand the basic structure and logic of controlling data then they all work the same....sometimes work the same. Touchy subject lol. | |
Re: Review this link, should give you what you need. [url]http://www.quackit.com/javascript/javascript_print.cfm[/url] | |
Re: [CODE] <cfif StructKeyExists(form,"submit0"> //logic here </cfif> <cfif StructKeyExists(form,"submit1"> //logic here </cfif> <cfif StructKeyExists(form,"submit2"> //logic here </cfif> <cfif StructKeyExists(form,"submit3"> //logic here </cfif> <input type="submit" name="submit0" value="submit0" /> <input type="submit" name="submit1" value="submit1" /> <input type="submit" name="submit2" value="submit2" /> <input type="submit" name="submit3" value="submit3" /> [/CODE] Try that out? | |
Re: Why do you have semicolons? Have you tried removing them because I think that ends a sql query? | |
Re: Care to share this hosting company? Sounds like a great deal indeed. | |
Re: Look into some AJAX and probably some jQuery if you want. Coldfusion has an AJAX tag called. I believe this is a good tutorial, I cannot get to it from work though lol. [url]http://tutorial13.learncf.com/[/url] also research the tag and example at Adobe [url]http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_a-b_3.html[/url] but you will need to brush up … | |
Re: Have you tried cfdocument? You can generate PDF files using that tag. Let me know. | |
Re: I doubt any hosting company will host 6.1 because it is no longer supported. The lowest you might find is 7 but if you do they are soon to move to 8 or 9 because of security and demand. I would figure out the difference between your 6.1 applications to … | |
Re: It is best to always use cfqueryparam because it not only for a performance boost but to protect the database from SQL injections always. Usually when using the cfqueryparam you do not need to worry about when to use single or double quotes. If you have data that has single … | |
Re: cfquery returns information as a structure so if you want to exact data you can use queryname.columnname so in this case for example #at.username# would return whatever the first row of the query is. You can use cfdump to view what the query is returning by doing cfdump(#at#). Line 6 … | |
Re: Round One: You reached 266 points, so you achieved position 67042 of 640922 on the ranking list You type 347 characters per minute You have 63 correct words and you have 1 wrong words Round Two: You reached 305 points, so you achieved position 38753 of 641065 on the ranking … | |
I was reviewing my IIS logs and noticed a single IP accessing the same file multiple times within seconds of each other. There are other IP addresses that do the same and cannot figure out why this is happening. This is on a closed network and thought maybe it was … | |
Re: I would send it out as batches so you don't overload the mail server or possibly get your account suspended for possible spam. Might be easier to sign up to a bulk email company and import your email list to them and have them send out the email to ensure … | |
Re: Try posting all of your code so I can see what going on. :) | |
| |
Re: [url]www.adobe.com/devnet/dreamweaver.html[/url] There are many tutorials on the net that shows Dreamweaver tutorials. Just keep using it and you will find new things almost daily. ;) ![]() | |
Re: You could use cfajaxproxy and use javascript to show/hide a waiting gif image. Look up that tag at Adobe, it is a great tag. With cfflush you can only use it once I believe because the headers for the web page has already been sent over to the browser. | |
Re: Can't you just make a Roles table and have user and administrator in that table and use the RoleID as a FK in the Users table? Membership provider not understanding or missing the idea? | |
Re: I would believe you would need their approval. I wouldn't like to search for my name in a search engine and respond back with my address and phone numbers lol. It is personal information to some degree and some people like to protect it. | |
Re: Line 35 and 36, variable cat should be oCat because line 37 is oCat. | |
| |
Re: I believe it has something to do with inserting or updating a record with a NULL value. Check out this article, [URL="http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-get-80040e14-errors.html"]http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-get-80040e14-errors.html[/URL]. | |
Re: I wonder how much database space this thread just wasted? What exactly is your problem? ![]() | |
Re: I think you need to correct line 12, don't quote me but I think 5MB in bytes is 5242880. | |
Re: Did you install PHP on your computer or have web hosting that offers PHP hosting? ![]() | |
Re: [QUOTE]However when i try asnd use this variable in a url link back to another page: [/QUOTE] Queries do not go from page to page. If you need information to be passed to another page set the variables as session variables or pass the unique id as the URL variable … | |
Studying for Security+ and can't find a straight answer. Thanks in advance :) | |
Re: Look into HTTPOnly cookies. I think from what I remembered in asp.net that might lead you to your solution. :) | |
Re: Make a variable or database boolean field. True if someone is in the room, false if no one is in the room. | |
Re: Make sure the CF Admin settings from CF7 carried over to CF9. | |
Re: The upgrade process is simple to follow. It will ask for CF7 license key and then the upgrade CF9 license key. |
The End.