i have this <select name=category> <option value='Arts'>Antiques & Arts</option>
then i pass this to next page: <script> c=document.forms[0].category.options[document.forms[0].category.selectedIndex].text location.href="additems.php?category="+c </script in url it shows like this: http://localhost/auction/seller/additems.php?category=Antiques%20&%20Arts but in additems.php when i say echo $category it give me only Anticues !!!! Rehab M.Shouman ------------------------------------------------------------ ------------------------------------------------------------ --------------------------------------------------------------------- Express yourself with a super cool email address from BigMailBox.com. Hundreds of choices. It's free! http://www.bigmailbox.com --------------------------------------------------------------------- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php