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"...
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...
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.
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.