Right I'm using sessions and they need to be passed on throught the pages in the url. No w I like all my pages to be html valid so I can show the buttons and serch engines like me better. However at the moment this isnt happening as the sessid isnt going in how i want it. Anyway after reserching so I could ask to have something specific done, php.net said ....
being confused and unsure wether this would be any help to you I did some reserch and found that it means this line in the php.ini file thingy
If possible could it please be changed to
This would help my site be compliant with current web standards and promote itself better. Plus I would love Frihost even more (if its possible to do so)
Many thanks in advance
Matt
| Quote: |
| Note: The arg_separator.output php.ini directive allows to customize the argument seperator. For full XHTML conformance, specify & there. |
being confused and unsure wether this would be any help to you I did some reserch and found that it means this line in the php.ini file thingy
| Code: |
| arg_separator.output = "&" |
If possible could it please be changed to
| Code: |
| arg_separator.output = "&" |
This would help my site be compliant with current web standards and promote itself better. Plus I would love Frihost even more (if its possible to do so)
Many thanks in advance
Matt
