# AS3 to PHP to mySQL - problem with ' this little thing

**URL:** https://forum.kirupa.com/t/as3-to-php-to-mysql-problem-with-this-little-thing/296580
**Category:** flash
**Created:** [September 16, 2009, 11:10pm UTC](https://forum.kirupa.com/t/as3-to-php-to-mysql-problem-with-this-little-thing/296580 "2009-09-16T23:10:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ruiganga](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ruiganga/32/3679_2.png) [@ruiganga](https://forum.kirupa.com/u/ruiganga)
#### Post date: [September 16, 2009, 11:10pm UTC](https://forum.kirupa.com/t/as3-to-php-to-mysql-problem-with-this-little-thing/296580/1 "2009-09-16T23:10:08Z")

</div>

Hi

I have a textfield where I type whatever I want

when I press a button it do the following:

- add the content of the textfield to a String, this string is a mySQL generated dinamically.

- send this string to a php that executes this mySQL query string;

everythings works fine. the only problem I have is when I need write a word with ’ like dog’s or la l’orona. How can I fiz this?

Thanks
