ID: 25208 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment:
Actually for XHTML/HTML Conformance, that first & *should* be an & and so should the the second &. Which brings about the question, should we start to change things like this to bring examples upto standards compliant (X)HTML? Has the decision been made whether HTML in the manual should be HTML or XHTML yet? He is right about the extraneous " after the 1 though. - Davey Previous Comments: ------------------------------------------------------------------------ [2003-08-22 06:58:46] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25208&edit=1