Question: How to replace %20 characters in URL with a dash (-) when the information is coming from a MySQL db?
Code: href='details.php?listid=$record[listingid]&title=$record[title]
It currently reads:
http://www.mysite.com/details.php?listid=800&title=970%20South%20Bald%20Head%20Wynd
It should read:
http://www.mysite.com/details.php?listid=800&title=970-South-Bald-Head-Wynd
I want to keep the title words for SEO purpose unless you think it is useless??
Thank you - Merci Beaucoup – Muchas Gracias
Natasha ;)