close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

HTML Editor adding " to classes

Thread began 8/08/2011 10:20 am by Joe Lowery | Last modified 8/12/2011 7:10 am by Joe Lowery | 3699 views | 13 replies

Alexneg66

I have the same problem with the quote marks. Unfortunately I cannot re bind the initial value clicking the lightning bolt next, because I get error, as you can see in the "lightning_clicked.png" images.

I have always had this last problem with al version of DataAssit and Dreamweaver. It happens in Detail and Update pages where there are two variable for the ID parameter. You can see the "variable_error.png". So if I modify the value and I click on OK button I get the error from Dreamweaver:
--------------------------------------------------------------------------
ParamNL is not a valid variable name, it doesn't appear in SQL
Runtime value not found for ParamNL_id variable
--------------------------------------------------------------------------

This is the source code created from DataAssist:
<?php
$ParamNL_id_WADANL_Newsletter = "-1";
if (isset($_GET['NL_id'])) {
$ParamNL_id_WADANL_Newsletter = (get_magic_quotes_gpc()) ? $_GET['NL_id'] : addslashes($_GET['NL_id']);
}
mysql_select_db($database_connDB, $connDB);
$query_WADANL_Newsletter = sprintf("SELECT NL_id, NL_tit, NL_body, NL_beneficiari, NL_datapartenza FROM NL_Newsletter WHERE NL_id = %s", GetSQLValueString($ParamNL_id_WADANL_Newsletter, "int"));
$WADANL_Newsletter = mysql_query($query_WADANL_Newsletter, $connDB) or die(mysql_error());
$row_WADANL_Newsletter = mysql_fetch_assoc($WADANL_Newsletter);
$totalRows_WADANL_Newsletter = mysql_num_rows($WADANL_Newsletter);?>

When I can, I have to modify manually the code.
I realize these are two different problems but their connection is very important.

Now, what can I do?

Thanks in advance

Attached Files
screenshoot_alexneg66.zip

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...