Another issue: this may be caused by ussing sessions. When PHP manages
sessions using GET queries as opposed to Cookies it might do this to
your. What it does is appends &PHPSESSION=<w/e> to the end of your urls,
by default the & is *not* escaped. There's a way (in php.ini I think) to
fix it. Check http://php.net/session for details.

Btw, I think talking about server side processing is kind of OT on this
list, but if you have any more questions about PHP and such feel free to
email me off-list.

Alan Trick

Bert Doorn wrote:
> Tim Burgan wrote:
> 
>> Just a quick note that'll help:
>> In the URL, the special characters (such as ampersands, question
>> marks, etc) need to be converted to html character entities. 
> 
> 
> Question marks do not need to be converted.
> 
> Regards

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to