|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-23 07:53 UTC] hholzgra at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 05:00:01 2025 UTC |
When PHP tries to insert the Session-ID into an _empty_ form action or empty href the output totally get's messed up. Try the following: <?php session_start(); echo "<form action=\"\">"; ?> The output looks like this: <form action=""> ?PHPSESSID=xxxxxxxxxxxxxxxxxxxxxx You can see this at http://preview.yaps.net/test_saar.php If you output more than just a single form action, the output partially get's repeated.