|
Posted by Thomas Mlynarczyk on 07/06/07 16:30
>> If you cannot change the server settings, you could
>> try ini_set( 'url_rewriter.tags', '' ).
Then, of course, you must take care yourself of passing on the session ID in
case cookies are disabled. So if you use sessions, you should leave the
setting as it is. On the other hand, if you do not start any session, PHP
should not mess with your form.
Greetings,
Thomas
[Back to original message]
|