ID:               20210
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Red Hat linux 7.3
 PHP Version:      4.2.0
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


Previous Comments:
------------------------------------------------------------------------

[2002-11-01 05:23:24] [EMAIL PROTECTED]

http://localhost/editaccount.php?UID=1&Email=##@;localhost
http://localhost/editaccount.php?UID=1&Email=%23%23@;localhost


These two urls points to the same thing. The first one is generated by
mozilla (uri's are normally escaped by the browser if nescesarry). The
variabel Email appears emtpy, and the my script then fails and shit
:-/

If I escape the url manually to the second one, php is happy and the
Email variabel is set to a value :-)

In both cases, isset($Email) and is_string($Email) returned true.

I also tested this:

http://localhost/editaccount.php?UID=1&Email=test##@;localhost

and Email was set to "test"


Stian

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20210&edit=1

Reply via email to