No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Student
- Interests
- Web Programming
- PC Specs
- P4 3.2 GHz Windows XP Pro SP2 1 Gig Ram
14 Posted Topics
Re: [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] | |
Re: When I'm inserting or updating records I prefer to use an SQL query. | |
Re: 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=… > | |
Re: [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#' … | |
Re: I may be able to help. Email me - [email]webmaster@leewalsh.org[/email] - with your complete problem and we can work together to solve it Walyer | |
Re: 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] | |
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 … | |
Re: Ok, This is the code, <cfquery name="number_entries" datasource="Your DNS"> SELECT “Primary Key Column | |
Re: 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 … | |
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 … | |
This could be a stupid question but I’ll ask it anyways. I used “MySQL Migration Toolkit 1.0 | |
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 … | |
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 | |
This is the problem and I don't know how to fix it. The thumbnail tells the story Thanks to everyone who helps |
The End.