close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

MySQL error when inserting apostrophe

Thread began 6/21/2010 7:14 pm by nick354316 | Last modified 6/22/2010 7:05 pm by Eric Mittman | 1971 views | 3 replies |

nick354316

MySQL error when inserting apostrophe

I am using the Validation Toolkit applying client side validations which include validating the company name of the visitor on the registration page. The company form is being validated as Alphanumeric, with &.,'-_" allowed.

I am allowed to click on the Register button, but receive the following error on the next page: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's in the market'' at line 1."

I can remove the company validation requirement and the registration goes through as long as the entry is left blank.

And logically, if I eliminate the company element altogether (unacceptable), the registration goes through.

If I enter Matt's as a company name (validation required or not), I get the error. If I enter Matts, without the apostrophe, I do not get the error. As company names often have apostrophes in them, this is obviously unacceptable.

The apostrophe works in the Billing Name field, and the Password field. All well and good, but I need the company name to work with the apostrophe.

Everything worked on the registration form prior to the validations.

I have attached a zip file containing the Registration page.

Please help.

Attached Files
users_Registration.zip
Sign in to reply to this post

Eric Mittman

The error you are getting is a MySQL error, it is coming from your db, not the validation toolkit. It looks like this could be coming from the 'Check new Username' server behavior.

What is the data type of the UserCompanyID column in your table? Give the following a try to see if it allows you to get past this issue.

Update line 38 from this:

php:
$LoginRS__query = "SELECT UserCompanyID FROM users WHERE UserCompanyID='" . $loginUsername . "'";



to this:

php:
$LoginRS__query = "SELECT UserCompanyID FROM users WHERE UserCompanyID=`" . $loginUsername . "`";




Post back and let us know how this works and any other details about your setup if you are still having problems.

Sign in to reply to this post

nick354316

MySQL error when inserting apostrophe

Hi Eric - Thanks for your response. The data type is varchar. I replaced the line of code on the page with the code you supplied, and I got the following error. The company name I used was Matt's.

Unknown column 'Matt's' in 'where clause'

Showing my inexperience with this, I am using the email address of the client as the username for the log in page, so I am not sure if that makes any difference.

Thank you for your help on this.

Sign in to reply to this post

Eric Mittman

I opened a ticket for you on this issue so that we can look into it further and exchange some files in private. To update your ticket login and visit your support history.

supporthistory.php

Sign in to reply to this post

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...