Re: [PHP] other eyes

2004-05-24 Thread Bob Lockie
Thanks to all who responded. Doh to me. :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] other eyes

2004-05-24 Thread Brad Pauly
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

[PHP] other eyes

2004-05-24 Thread Bob Lockie
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]; echo "search_username.1='$_REQUEST[search_username]'"; echo "search_username