Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MDEJAKE

    autosuggest (cfc and jquery) help

    Hi All, I have couple of question and need some help on my task. Im stucked and need to see my error. Please help. Basically, I just need to an autosuggest on my input text. (form.cfm) <html> <head> <link rel="stylesheet" type="text/css"...
  2. MDEJAKE

    textarea (WYSIWYG text editor) - the html code generated won't save into my DB table.....

    That's good to hear for MS-Access has no problem inserting. Im using the MySQL Database,(MyISAM engine), and datatype is LONGTEXT. And here's the insert statement. <cfquery datasource="#ds#" name="q_insert"> INSERT INTO tb_article (d_name,d_content) VALUES( <cfqueryparam...
  3. MDEJAKE

    textarea (WYSIWYG text editor) - the html code generated won't save into my DB table.....

    I have used the<CFQUERYPARAM> tag on my SQL query insert statement, <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.f_content3#"> but im still getting the same problem/issue. Any help please? Thanks.
  4. MDEJAKE

    textarea (WYSIWYG text editor) - the html code generated won't save into my DB table.....

    Nope I'm not using cfqueryparam tag. I found that the html generated code were not completely saved into my table column. For example, the generated html code were : <h3 style="color:blue;"> Marriott to open first Sri Lankan property</h3> <p> <br /> <strong>After</strong> signing...
  5. MDEJAKE

    textarea (WYSIWYG text editor) - the html code generated won't save into my DB table.....

    Hi CFguys, I have a textarea form on my page...and I made my textarea field like an Editor for my content to be able modify(font,headings,alignment etc). But when I'm about to insert it to my DB table, insert won't continue. i've set my table column as LongText data-type.... I made some...
  6. MDEJAKE

    stored procedure in phpmyadmin...what other tools

    Hi, How can I see my stored procedures in phpmyAdmin? What are the tools/IDE that I need to install so that I can view my stored procedures,functions,views in MySQL database? Thanks in advance! Best regards. Jake

Part and Inventory Search

Back
Top