Forum: ColdFusion Jun 4th, 2006 |
| Replies: 3 Views: 3,020 When I'm inserting or updating records I prefer to use an SQL query. |
Forum: ColdFusion May 27th, 2006 |
| Replies: 10 Views: 3,673 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,673 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,673 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,467 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,363 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,604 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,181 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,542 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,152 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,542 *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,542 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: PHP Jan 16th, 2006 |
| Replies: 1 Views: 3,969 hey,
i'm trying to insert data into my database with PHP5
i've created this code,
<?
//open the connection
$conn = mysql_connect("localhost", "user", "pass");
//pick the database to use |
Forum: ColdFusion Jun 30th, 2005 |
| Replies: 7 Views: 6,153 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,153 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: MySQL Jun 1st, 2005 |
| Replies: 4 Views: 3,246 I'm sorry but I'm a new to this and I didn't understand a word you said.
Sorry but can you translate that into "stupid" for me.
Thanks |
Forum: MySQL Jun 1st, 2005 |
| Replies: 4 Views: 3,246 This could be a stupid question but I’ll ask it anyways.
I used “MySQL Migration Toolkit 1.0� to convert MS Access to MySQL and the process completed fine, but now my problem is finding where my... |
Forum: PHP May 12th, 2005 |
| Replies: 3 Views: 2,194 Is it possible to use MS Access as a db with PHP?
If so, how?
If not, is there a way to convert (for free without buying a program) MS Access file to MySQL?
Thanks for your efforts |
Forum: ColdFusion May 11th, 2005 |
| Replies: 7 Views: 6,153 Thanks, I'll give it a try :D |
Forum: Upcoming News Stories May 4th, 2005 |
| Replies: 1 Views: 2,614 It’s funny how people cry about the high cost of software when they are in fact part of the blame. Companies like Adobe and Microsoft etc. demand more money for their products because they know... |
Forum: Upcoming News Stories May 4th, 2005 |
| Replies: 1 Views: 1,651 It’s funny how people cry about the high cost of software when they are in fact part of the blame. Companies like Adobe and Microsoft etc. demand more money for their products because they know... |
Forum: ASP.NET May 4th, 2005 |
| Replies: 1 Views: 4,802 Nevermind I fixed my own problem |
Forum: ColdFusion May 4th, 2005 |
| Replies: 7 Views: 6,153 |
Forum: ASP.NET May 2nd, 2005 |
| Replies: 1 Views: 4,802 This is the problem and I don't know how to fix it.
The thumbnail tells the story
Thanks to everyone who helps |
Forum: ColdFusion Apr 19th, 2005 |
| Replies: 7 Views: 6,153 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... |