Page 1 of 1
apostrophe problem in my form field
Posted: Thu Oct 14, 2010 5:40 am
by adsegzy
am having problem with my apostrophe sign (') in my form field. whenever an apostrophe is inserted in my form (eg can't, don't etc) it will be sent or echoed or store in my database as can/'t or don/'t. what can i do to make it appear the normal way?
regards,
Re: apostrophe problem in my form field
Posted: Thu Oct 14, 2010 5:46 am
by Mince
It seems you're using the url encode/decode function. that will add the "/"
Re: apostrophe problem in my form field
Posted: Thu Oct 14, 2010 5:53 am
by adsegzy
so waht can i do so that / will not be added again?
Re: apostrophe problem in my form field
Posted: Thu Oct 14, 2010 5:59 am
by Mince
Well look in your code, are you using the url encode function?
Re: apostrophe problem in my form field
Posted: Thu Oct 14, 2010 10:13 am
by AbraCadaver
adsegzy wrote:am having problem with my apostrophe sign (') in my form field. whenever an apostrophe is inserted in my form (eg can't, don't etc) it will be sent or echoed or store in my database as can/'t or don/'t. what can i do to make it appear the normal way?
regards,
viewtopic.php?f=1&t=118802&hilit=+get_m ... pc#p616117