I am not able to confignure auto generated PHP output
<dt><a href="./profile/?pid=1025&PHPSESSID=6a2db2de31fb7e15728cc68dd01899c4">
and not able to avoid ampersands in URL
Should I and how i can setup my PHP?
I'd like to know if there's a solution to this as well. It's the one thing that stops some of my sites from validating:
http://validator.w3.org/check?uri=http://www.thesession.org/index.php
But i can avoid links - change them with forms and buttons. Is this the BEST
solution for this trouble?
That might just create a different problem. PHP will insert a hidden input field:
<input type="hidden" name="PHPSESSID" value="6a2db2de31fb7e15728cc68dd01899c4" />
But it won't wrap that tag in a block level element so there'll still be validation issues.
Any PHP gurus out there know if there's a way of customising how PHP passes the session id?
-- Jeremy Keith
a d a c t i o
http://adactio.com
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
