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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zamurai
Forum Newbie
Posts: 6
Joined: Mon Sep 17, 2007 5:20 am

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

Post 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?
zamurai
Forum Newbie
Posts: 6
Joined: Mon Sep 17, 2007 5:20 am

Post by zamurai »

I found it, it's alright guys. I found the error.

Anyway, thanx
Post Reply