hello there,
How do I handle special characters like " ' !
how to I insert and retrieve and quote this in my forum? or form field?
thanks for any comment
special character like " ' !
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
To insert and to use on search strings:
http://www.php.net/manual/en/function.addslashes.php
To redisplay:
http://www.php.net/manual/en/function.stripslashes.php
Mac
http://www.php.net/manual/en/function.addslashes.php
To redisplay:
http://www.php.net/manual/en/function.stripslashes.php
Mac