| Subject: | Re: <cfquery> correct cfm-mysql/phpMyAdmin ? I use goDaddy.com hostingphp/cfml/mysql |
|---|---|
| From: | "Semaphorians" |
| Date: | Sat, 14 Mar 2009 09:39:26 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.getting_started |
Hi, I hope the below solves your concern: First select the record from table using <cfquery> like <cfquery name='selectqry' datasource='your_data_source_name'> SELECT * FROm table_name WHERE your_condition </cfquery> then populate form items with this record like <cfoutput query="selectqry"> <form > <input type="text" name="textbox" value="#selectqry.column_name#" /> . . . . . <input type="submit" name="submit" value="submit" /> </form> </cfoutput> Hope this helps! |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: My cfstoredproc is there but nothing happen on the db, -==cfSearching==- |
|---|---|
| Next by Date: | CFTABLE headers not formatting properly, Wells2050 |
| Previous by Thread: | Re: <cfquery> correct cfm-mysql/phpMyAdmin ? I use goDaddy.com hosting(php/cfml/mysql), EnergyFed |
| Next by Thread: | Upgrading from MX 7 to CF8, TommyMTL |
| Indexes: | [Date] [Thread] [Top] [All Lists] |