Posted by P Sobstel on 10/17/61 11:54
The validator raises errors, because PHP uses default value & for
adding vars to urls. And if your site is written in XHTML it should be
&. But you don't have to use only cookies (though it's recommended
for the sake of security - remember though that if you disable
transparent sid support then session won't work for users that don't
accept cookies from your site).
You can simply add following lines either to .htaccess or php.ini. :
php_value arg_separator.input ;&
php_value arg_separator.output &
Check manual if you wanna know what these directives exactly do.
-----
sopel
Navigation:
[Reply to this message]
|