Re: [symfony-users] Re: mysql_real_escape_string

2011-03-04 Thread Gareth McCumskey
You do not need to use mysql_real_escape_string if you are using symfony properly. It does this automatically for you. Try reading peoples responses properly and perhaps consider doing one of the symfony tutorials to learn symfony as well. On 04/03/2011 04:09, Laxmi wrote: hello Thanks for r

[symfony-users] Re: mysql_real_escape_string

2011-03-03 Thread Laxmi
hello Thanks for reply, Yes I am new to symfony. i just want to replace special characters with raw data while saving the data into database. I tried to use sfOutputEscaper class but no sucess. Can you please let me know which is the better class to implement it Thanks On Mar 3, 4:34 pm, Alex P

[symfony-users] Re: mysql_real_escape_string

2011-03-03 Thread Laxmi
hello Thanks for reply, Yes I am new to symfony. i just want to replace special characters with raw data while saving the data into database. I tried to use sfOutputEscaper class but no sucess. Can you please let me know which is the better class to implement it Thanks On Mar 3, 5:13 pm, oscar