firstly, it needs to be compiled with php
<?php phpinfo(); ?>
and check magic quotes is in the configure line.
if its there, you can enable it by using php.ini for a whole server, or a .htacess file for 1 site / directory / recursive directory.
Chris