ereg_replace syntax question, thank you :)

ereg_replace syntax question, thank you :)

am 26.08.2007 03:49:10 von encepif

I think this is the right command., could someone please show me how
to replace instances of a quote like this " with its html version -
". I am mixed up with the escaping, etc. Thank you :-)

ereg_replace( " " ," '",$fixedstring; )

I appreciate any help.