have things set differently. These are defined in PHP's configuration\r
file (usually called php.ini):</p>\r
<blockquote>\r
-<pre>file_uploads = On\r
-magic_quotes_gpc = On\r
+\r
+<pre>magic_quotes_gpc = On\r
+magic_quotes_runtime = Off\r
+file_uploads = On\r
short_open_tag = On\r
session.auto_start = Off\r
+session.bug_compat_warn = Off\r
</pre>\r
</blockquote>\r
<p>If you don't have access to httpd.conf or php.ini on your server, or you \r
<BLOCKQUOTE><PRE>\r
DirectoryIndex index.php index.html index.htm\r
php_value magic_quotes_gpc On\r
+php_value magic_quotes_runtime Off\r
php_value file_uploads On\r
php_value short_open_tag On\r
-php_value session.auto_start Off</BLOCKQUOTE></PRE>\r
+php_value session.auto_start Off\r
+php_value session.bug_compat_warn Off</BLOCKQUOTE></PRE>\r
<P>You can also do things like define the maximum size for uploaded files:\r
<BLOCKQUOTE><PRE>\r
php_value upload_max_filesize 2M\r