From:             [EMAIL PROTECTED]
Operating system: Win32
PHP version:      4.0.5
PHP Bug Type:     Scripting Engine problem
Bug description:  Passing variables using the GET method

<?
if($name) {
 echo $name;
 }else{
 echo "<a href=\"$PHP_SELF?name=#asdf\">Click me</a>";
 }
?>

When you click on 'Click Me', it displays the link again, when it should output 
'#asdf'. This does not happen using the POST method.


-- 
Edit Bug report at: http://bugs.php.net/?id=11564&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to