My design includes dynamic (php) links
eg: from the name "David Franklyn", I get the link
<a href="www.mysite/David Franklyn/sports/Franklyn.html">David Franklyn</a>
What would be the best way to deal with the spaces ?
(PS I took the ".com" off so that this forum s/w didn't turn it into a link.)
From a SEO point of view:
Is it best to use rawurlencode() to convert
the spaces to "%20" or to replace with an underscore
or a dash or a period ?
Thanks for any advice![]()




Bookmarks