Search Results

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: Walyer
Forum: ColdFusion Jun 4th, 2006
Replies: 3
Views: 3,004
Posted By Walyer
When I'm inserting or updating records I prefer to use an SQL query.
Forum: ColdFusion May 27th, 2006
Replies: 10
Views: 3,646
Posted By Walyer
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,646
Posted By Walyer
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,646
Posted By Walyer
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,447
Posted By Walyer
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,334
Posted By Walyer
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,601
Posted By Walyer
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,106
Posted By Walyer
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,065
Posted By Walyer
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,496
Posted By Walyer
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,147
Posted By Walyer
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,496
Posted By Walyer
*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,496
Posted By Walyer
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,912
Posted By Walyer
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,114
Posted By Walyer
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,114
Posted By Walyer
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,223
Posted By Walyer
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,223
Posted By Walyer
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,186
Posted By Walyer
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,114
Posted By Walyer
Thanks, I'll give it a try :D
Forum: Upcoming News Stories May 4th, 2005
Replies: 1
Views: 2,609
Posted By Walyer
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,645
Posted By Walyer
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,793
Posted By Walyer
Nevermind I fixed my own problem
Forum: ColdFusion May 4th, 2005
Replies: 7
Views: 6,114
Posted By Walyer
Forum: ASP.NET May 2nd, 2005
Replies: 1
Views: 4,793
Posted By Walyer
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,114
Posted By Walyer
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...
Showing results 1 to 26 of 26

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC