VirtueMart Forum

VirtueMart General => About VirtueMart - not for support posts => Topic started by: linekin on July 19, 2004, 13:23:57 PM

Title: stripslashes in db_mysql.php
Post by: linekin on July 19, 2004, 13:23:57 PM
Are those 'stripslashes' in funcion f(), p(), sf(), sp() necessary?

Because in Traditional Chinese encoding(BIG5)
there are some words containing backslash.

Can I just remove all the 'stripslashes'?

Thanks for your answering~

Post edited by: linekin, at: 2004/07/19 13:26
Title: Re:stripslashes in db_mysql.php
Post by: Soeren on July 19, 2004, 15:12:35 PM
Hello,

you can surely try to remove the function call \"stripslahes\". It's just for being sure that no word contains unwanted Backslashes. Just see if the data, fetched from the database, will display correctly....and done.

ciao, soeren