|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-08-22 07:21 UTC] davey@php.net
[2003-08-22 07:39 UTC] didou@php.net
[2003-08-23 04:09 UTC] goba@php.net
[2003-08-23 04:40 UTC] ali@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
Description: ------------ The second example included in the section `security.errors' ("Error Reporting"), goes something like this: <form method="POST" action="attacktarget?errors=Y&showerrors=1"&debug=1"> <input type="hidden" name="errors" value="Y"> <input type="hidden" name="showerrors" value="1"> <input type="hidden" name="debug" value="1"> </form> There's a couple of errors in the `form' tag: (a) the `&' entity shouldn't be there, and (b) there is one `"' too many. Thanks.