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?
How to put a "space" in a string.... [SOLVED]
Moderator: General Moderators