On Mon, 2004-05-24 at 16:55, Bob Lockie wrote:
> I can't see it.
> Maybe other eyes will help. :-)
> Why does search_username.1 show the data that was posted with the form 
> but search_username.2 is empty?
> 
> 
>          $search_usename = $_REQUEST[search_username];

----------------------^ need an r

>          echo "search_username.1='$_REQUEST[search_username]'";
>          echo "search_username.2='$search_username'";

- Brad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to