Forum: ColdFusion Jun 4th, 2006 |
| Replies: 3 Views: 3,021 When I'm inserting or updating records I prefer to use an SQL query. |
Forum: ColdFusion May 27th, 2006 |
| Replies: 10 Views: 3,681 Sweet I was having a hell of a time with it. I even looked at some of my work to compare and found that alot of it also doesn't show the title.
Well good to see it all worked out. |
Forum: ColdFusion May 24th, 2006 |
| Replies: 10 Views: 3,681 Do you get any kinda error when you try to preview? I ask this 'cause when I previewed your code on my server I got an error and the error was in place of the title.
Walyer
Walyer's Playpen... |
Forum: ColdFusion May 24th, 2006 |
| Replies: 10 Views: 3,681 Hey Stewie,
I don’t think there is a problem where you have "<cfsetting showdebugoutput="no">", now I could be wrong. The only thing I did see is the your “<link rel=… >� is not within the <head>... |
Forum: ColdFusion May 13th, 2006 |
| Replies: 3 Views: 5,476 This is just for User Registration
<cfparam name="FORM.name_first" default="" />
<cfparam name="FORM.name_last" default="" />
<cfparam name="FORM.email" default="" />
<cfset... |
Forum: ColdFusion Apr 22nd, 2006 |
| Replies: 7 Views: 6,372 www.communitymx.com is another great site to help with all macromedia products.
Take care,
Walyer
Walyer's Playpen (http://leewalsh.org) |
Forum: ColdFusion Apr 12th, 2006 |
| Replies: 1 Views: 1,606 I may be able to help. Email me - webmaster@leewalsh.org - with your complete problem and we can work together to solve it
Walyer |
Forum: ColdFusion Apr 3rd, 2006 |
| Replies: 1 Views: 8,201 Hey Katy,
to create a a folder, use this syntax
<cfdirectory directory= "#ExpandPath( '.\NewFolder\' )#" action="create">
Now we've just created this,
http://bridalnetworks.net/... |
Forum: ColdFusion Mar 9th, 2006 |
| Replies: 1 Views: 2,067 Ok,
This is the code,
<cfquery name="number_entries" datasource="Your DNS">
SELECT “Primary Key Column�
FROM “Your table name�
WHERE “Primary Key Column� = 20
</cfquery> |
Forum: ColdFusion Mar 8th, 2006 |
| Replies: 3 Views: 4,556 Well I got it working, thanks for nothing. :D
I don't get it, I would think that someone could see what I did wrong or maybe it was too "advanced" for the users that post on this forum.
... |
Forum: ColdFusion Mar 2nd, 2006 |
| Replies: 1 Views: 2,154 Hey Krazykrisi,
Try this, your query is right it’s just your output
***your output was
<h1>Product Listing</h1>
<ul><li><CFOUTPUT QUERY="products">
#ProductName#
</CFOUTPUT></li></ul> |
Forum: ColdFusion Feb 28th, 2006 |
| Replies: 3 Views: 4,556 *Update*
Now I've run into another problem. I changed the Code from above (dark red) by adding a <cfloop query"">. Now my problem (dark orange) is at the next of my INSERT queryand I get this... |
Forum: ColdFusion Feb 27th, 2006 |
| Replies: 3 Views: 4,556 Hey all,
I’ve created a register form that includes some Dreamweaver generated code and code of my own. What I did was within the main query that handles the insert of the userID I added another... |
Forum: ColdFusion Jun 30th, 2005 |
| Replies: 7 Views: 6,169 Thanks Torch7 for the added info.
Do you think you could show the coding for the <cfif> statement you talked about?
If you could that would be great for the ones that are new to Coldfusion, I'm... |
Forum: ColdFusion Jun 11th, 2005 |
| Replies: 7 Views: 6,169 This is how I got my search page to work, for those who may need help to do the same thing
Thanks to tigeralex for some much needed information
MAIN SEARCH PAGE
\\Database information for my... |
Forum: ColdFusion May 11th, 2005 |
| Replies: 7 Views: 6,169 Thanks, I'll give it a try :D |
Forum: ColdFusion May 4th, 2005 |
| Replies: 7 Views: 6,169 |
Forum: ColdFusion Apr 19th, 2005 |
| Replies: 7 Views: 6,169 Hey,
I've been trying to setup a search page for the last week with no luck. I've been reading books (maybe not the right ones) and searching the web for examples, also with no luck.
I'm using... |