Top "Apostrophe" questions

The single-quote character (')

MySQL real escape string

I was trying to sanitize inputs to my PHP login using addslashes and mysql_real_escape_string. Using addslashes works, …

php mysql sanitization mysql-real-escape-string apostrophe
apostrophe turning into \x92

mycorpus.txt Human where's machine interface for lab abc computer applications A where's survey of user opinion of computer system …

python python-2.7 apostrophe
How to pass apostrophies from text areas to MySQL using PHP

I have a text area that users add notes too. On the next page I use the $_POST[Comments] to …

php textarea apostrophe
apostrophes are breaking my mysql query in PHP

My database has name records that occasionally contain apostrophes, such as Joe's Bar and I've just coded a query script …

php mysql apostrophe
DataTable select method with single quote conflict C#

I recently found when I do a LINQ select under a field that contains an apostrophe, it makes my application …

c# linq select datarow apostrophe
Replace " ’ " with " ' " in PHP

I'm grabbing a string from the database that could be something like String’s Title however I need to replace …

php str-replace apostrophe
how to encode apostrophes for a webpage

i am using the cluetip plugin and the simple use case is to to put the content in a title …

c# jquery html apostrophe cluetip
Difference (if there is any) between ` and ' in javascript

Recently ran into some JS code that uses ` and '. I can't figure out if there is a different use …

javascript apostrophe
OLEDB, Writing Excel cell without leading apostrophe

I'm writing to Excel file using OLEDB (C#). What I need is just RAW data format. I've noticed all cells (…

c# .net excel oledb apostrophe
How do I escape an apostrophe in my XPath text query with Perl and Selenium?

I have an XPath query which needs to match some text in a span attribute, as follows: my $perl_query = …

regex perl xpath selenium apostrophe