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 balladares <liebegr...@gmail.com> wrote:
> That function is meant to avoid html/sql injection.
>
> Symfony/Doctrine handles that by default.
> Alex is right, try out Jobeet tutorial.
>
> There are some guides that describes how to accept raw input data instead of
> escaping it.
> I can't remember the name of the guides, sorry.
>
> 2011/3/3 Alex Pilon <alex.pi...@gmail.com>
>
> > This sort of task should be done for you by Doctrine - assuming you are
> > using database models and such.
>
> > The question you are asking indicates that you have not done very much
> > reading into the specifics of the framework.
>
> > I would recommend you run through this tutorial
> >http://www.symfony-project.org/jobeet/1_4/in order to gain a more
> > thorough understanding of what symfony and Doctrine/Propel are meant to do.
>
> > On Thu, Mar 3, 2011 at 19:17, Laxmi <laxmipsa...@gmail.com> wrote:
>
> >> Hello
>
> >> How can i implement mysql_real_escape_string  in symfony. I am
> >> submitting a form and by using mysql_real_escape_string  i want
> >> replace special characters in database by slash.
>
> >> Thanks
>
> >> --
> >> If you want to report a vulnerability issue on symfony, please send it to
> >> security at symfony-project.com
>
> >> You received this message because you are subscribed to the Google
> >> Groups "symfony users" group.
> >> To post to this group, send email to symfony-users@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> symfony-users+unsubscr...@googlegroups.com
> >> For more options, visit this group at
> >>http://groups.google.com/group/symfony-users?hl=en
>
> > --
> > Alex Pilon
> > (613) 608-1480
>
> > --
> > If you want to report a vulnerability issue on symfony, please send it to
> > security at symfony-project.com
>
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to symfony-users@googlegroups.com
> > To unsubscribe from this group, send email to
> > symfony-users+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to