Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

14 Posted Topics

Member Avatar for rharp

[url]www.communitymx.com[/url] is another great site to help with all macromedia products. Take care, Walyer [URL="http://leewalsh.org"]Walyer's Playpen[/URL]

Member Avatar for lightningrod66
0
290
Member Avatar for Stewie
Member Avatar for jeromemck
0
130
Member Avatar for Stewie

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

Member Avatar for Stewie
0
406
Member Avatar for abou202

[U][B][COLOR="Black"][CENTER]This is just for User Registration[/CENTER][/COLOR][/B][/U] [COLOR="Red"] <cfparam name="FORM.name_first" default="" /> <cfparam name="FORM.name_last" default="" /> <cfparam name="FORM.email" default="" /> <cfset bRegistrationSuccess = false /> <cfif IsDefined('FORM.register_button.y') AND FORM.password NEQ FORM.password_confirm> [COLOR="Black"]do the pws match?[/COLOR] <cflocation url="password_confirm.cfm" /> <cfelseif IsDefined('FORM.register_button.y')> <cfquery name="qUserCheck" datasource="dsn"> SELECT * FROM db_name WHERE user_name = '#FORM.userid#' …

Member Avatar for Walyer
0
188
Member Avatar for yogi611

I may be able to help. Email me - [email][email protected][/email] - with your complete problem and we can work together to solve it Walyer

Member Avatar for Walyer
0
138
Member Avatar for krikette

Hey Katy, to create a a folder, use this syntax <cfdirectory directory= "#ExpandPath( '.\NewFolder' )#" action="create"> Now we've just created this, [URL=http://bridalnetworks.net]http://bridalnetworks.net/[/URL]NewFolder Now all you have to do is create the user input and integrate it with the syntax above There's you nudge :) Walyer [URL=http://www.leewalsh.org]Walyer's Playpen[/URL]

Member Avatar for Walyer
0
134
Member Avatar for 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 query within the <cfif> to see if the userID already exists. The problem is …

Member Avatar for paulbaylis
0
239
Member Avatar for Eiolon

Ok, This is the code, <cfquery name="number_entries" datasource="Your DNS"> SELECT “Primary Key Column

Member Avatar for Walyer
0
86
Member Avatar for krazykrisi

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> *** The mistake was here, #ProductName# It should have been, # products.ProductName# You need to include the query name with the column(s) you select within your query. So if …

Member Avatar for Walyer
0
137
Member Avatar for 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 mysql_select_db("musiclist", $conn) //create SQL statement $sql = "INSERT INTO musiclist (artist, title)"; $sql.= "VALUES ("; $sql.= "'John Denver', 'Thank God I'm …

Member Avatar for calcop
0
116
Member Avatar for Walyer

This could be a stupid question but I’ll ask it anyways. I used “MySQL Migration Toolkit 1.0

Member Avatar for ujvala
0
251
Member Avatar for 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 Microsoft Access for my database and Coldfusion 6.1 for my server. What I've …

Member Avatar for Torch7
0
284
Member Avatar for 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

Member Avatar for big_k105
0
199
Member Avatar for Walyer

This is the problem and I don't know how to fix it. The thumbnail tells the story Thanks to everyone who helps

Member Avatar for Walyer
0
112

The End.