Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
75% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #1K
~131.68K People Reached
Favorite Tags

48 Posted Topics

Member Avatar for samaru
Member Avatar for Duki
Member Avatar for Doctor Inferno
Member Avatar for abelLazm
Member Avatar for vinnitro
6
1K
Member Avatar for abelLazm
Member Avatar for veledrom

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

Member Avatar for FairBit
0
147
Member Avatar for mmonclair
Member Avatar for bettybarnes
Member Avatar for r_james14
Member Avatar for aksahoo17

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.

Member Avatar for aksahoo17
0
134
Member Avatar for slightlyMad
Member Avatar for slightlyMad
0
142
Member Avatar for c#learner

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 …

Member Avatar for bmc100
0
125
Member Avatar for yup790

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.

Member Avatar for JamesCherrill
0
257
Member Avatar for singharun

Review this link, should give you what you need. [url]http://www.quackit.com/javascript/javascript_print.cfm[/url]

Member Avatar for arrgh
0
133
Member Avatar for aksahoo17

[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?

Member Avatar for aksahoo17
0
826
Member Avatar for tapuwa2002
Member Avatar for tapuwa2002
0
220
Member Avatar for patrickm129
Member Avatar for kryptor

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 …

Member Avatar for cfwebdeveloper
0
92
Member Avatar for dottomm
Member Avatar for jsmall26
0
402
Member Avatar for fairlands

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 …

Member Avatar for cfwebdeveloper
0
124
Member Avatar for goxmedia

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 …

Member Avatar for cfwebdeveloper
0
89
Member Avatar for Abakiz

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 …

Member Avatar for cfwebdeveloper
0
209
Member Avatar for abdelhakeem

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 …

Member Avatar for nick.crane
0
449
Member Avatar for zero_sequence
Member Avatar for cfwebdeveloper

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 …

Member Avatar for lasitha2005d
0
277
Member Avatar for ppetree

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 …

Member Avatar for ppetree
0
121
Member Avatar for danarashad
Member Avatar for cfwebdeveloper
0
96
Member Avatar for abhisheyke
Member Avatar for coervivekmca
0
106
Member Avatar for geekme

[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. ;)

Member Avatar for diafol
0
162
Member Avatar for SimonSiew

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.

Member Avatar for arrgh
0
271
Member Avatar for sherinpoulose

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?

Member Avatar for aspproject
0
134
Member Avatar for bangla

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.

Member Avatar for bangla
0
185
Member Avatar for unoho
Member Avatar for Dannis86
Member Avatar for ariffin246

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].

Member Avatar for jfarrugia
0
351
Member Avatar for premier213

I wonder how much database space this thread just wasted? What exactly is your problem?

Member Avatar for diafol
-2
781
Member Avatar for Jaklins

I think you need to correct line 12, don't quote me but I think 5MB in bytes is 5242880.

Member Avatar for Jaklins
0
704
Member Avatar for Riteman

Did you install PHP on your computer or have web hosting that offers PHP hosting?

Member Avatar for diafol
0
147
Member Avatar for WolfShield
Member Avatar for judithSampathwa

The admin should know what they have to grant you. If the admin doesn't then the question should be, why are you the SQL admin...

Member Avatar for crishlay
0
219
Member Avatar for SusanHAllen
Member Avatar for grabit

[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 …

Member Avatar for cfwebdeveloper
0
74
Member Avatar for epdmcoatings
Member Avatar for cfwebdeveloper
Member Avatar for cfwebdeveloper
0
639
Member Avatar for vuyiswamb

Look into HTTPOnly cookies. I think from what I remembered in asp.net that might lead you to your solution. :)

Member Avatar for vuyiswamb
0
109
Member Avatar for talala

Make a variable or database boolean field. True if someone is in the room, false if no one is in the room.

Member Avatar for cfwebdeveloper
-1
61
Member Avatar for PeteComcar
Member Avatar for neemisha

The upgrade process is simple to follow. It will ask for CF7 license key and then the upgrade CF9 license key.

Member Avatar for cfwebdeveloper
0
85

The End.