Page 1 of 1

How to put a "space" in a string.... [SOLVED]

Posted: Wed Sep 19, 2007 11:00 pm
by zamurai
For example, in my SQL, there is product name with space, and I want to pass the name so my clickable link so that it recognizes that there is a space inside the string.



Product in SQL:
Product Price
Basketball Shoe 100.00




My html link:
<a href="retrieve.php?product=Basketball20%Shoe" target="right">



Did I miss anything?

Posted: Wed Sep 19, 2007 11:04 pm
by zamurai
I found it, it's alright guys. I found the error.

Anyway, thanx