ereg_replace syntax question, thank you :)
am 26.08.2007 03:49:10 von encepifI 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.