OK.  I found the problem, and it isn't PHP or MySQL related.  It's an HTML
problem.  I'm passing the string from one script to another, and the # sign
is screwing up the URL.

For example, this URL:

add_to_cart.php?item_num=SOU3432410&quantity=1&sale_price=24.92&unit=BX
&short_desc=ENVELOPE,25%COT 24#,IY&wholesaler=US&cost=18.690

gets cut off at the # sign, so $wholesaler and $cost come out empty.

Any suggestions to get around this?



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

Reply via email to